An open API service indexing awesome lists of open source software.

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

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.