Skip to content

Fadouse/JavaRansomware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages