Java Ransomware :D
JavaRansomware is a proof-of-concept ransomware written in Java. It encrypts files on the user's machine and provides instructions for decryption.
- Encrypts files using AES encryption.
- Generates a key for encryption.
- Saves an HTML file with instructions on how to decrypt the files.
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.
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.
If you have suggestions for improvements or would like to contribute, feel free to create a pull request or open an issue.
This project is licensed under the MIT License.