Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 992 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 992 Bytes

JavaRansomware

Java Ransomware :D

Project Description

JavaRansomware is a proof-of-concept ransomware written in Java. It encrypts files on the user's machine and provides instructions for decryption.

Features

  • Encrypts files using AES encryption.
  • Generates a key for encryption.
  • Saves an HTML file with instructions on how to decrypt the files.

Usage

Upon execution, the program will:

  • Traverse through the user's home directory.
  • Encrypt files that can be encrypted.
  • Create an HTML file on the desktop with instructions on how to decrypt the files.

Disclaimer

This project is for educational purposes only. The use of this ransomware on any system without permission is illegal and unethical. The author is not responsible for any misuse of this project.

Contributing

If you have suggestions for improvements or would like to contribute, feel free to create a pull request or open an issue.

License

This project is licensed under the MIT License.