https://github.com/fadouse/javaransomware
Java Ransomware :D
https://github.com/fadouse/javaransomware
encryption java malware ransomeware
Last synced: 9 months ago
JSON representation
Java Ransomware :D
- Host: GitHub
- URL: https://github.com/fadouse/javaransomware
- Owner: Fadouse
- License: mit
- Created: 2024-04-28T08:21:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T15:44:30.000Z (over 1 year ago)
- Last Synced: 2025-02-13T16:40:54.506Z (over 1 year ago)
- Topics: encryption, java, malware, ransomeware
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.