13 Years of Service
100%
Please note, if you want to make a deal with this user, that it is blocked.
Simple Ransomware Tool in Pure Java
This project aims to build an almost functional crypto-ransomware for educational purposes, written in in pure java. Basically, it will encrypt your files in background using AES-256, a strong encryption algorithm, using RSA-4096 Public Key to secure the AES Symetric key and store it in an embeeded database.
Assume that there is a C&C Server who for store the Id and the respective encryption key and possibly act as a Command and Control server in the near future.
The malware encrypt with your RSA-4096 public key any payload before send then to the server. This approach with the https transport together make the security and authentication almost unbreakable (in theory).
Download [HIDE-THANKS]
[/HIDE-THANKS]
This project aims to build an almost functional crypto-ransomware for educational purposes, written in in pure java. Basically, it will encrypt your files in background using AES-256, a strong encryption algorithm, using RSA-4096 Public Key to secure the AES Symetric key and store it in an embeeded database.
Assume that there is a C&C Server who for store the Id and the respective encryption key and possibly act as a Command and Control server in the near future.
The malware encrypt with your RSA-4096 public key any payload before send then to the server. This approach with the https transport together make the security and authentication almost unbreakable (in theory).
Download [HIDE-THANKS]
This link is hidden for visitors. Please Log in or register now.