Skip to content

A Ransomware with a symmetric encryption algorithm (Fernet) - Made in 15 minutes.

License

Notifications You must be signed in to change notification settings

ittech25/Ransomware-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ransomware

A Ransomware with a symmetric encryption algorithm (Fernet) - Made in 15 minutes.

This malware will list all the files in the C: Drive, and return a list with the files, and then encrypt the files one by one. I have not tested it on my own PC, but if something does not work, please send me an email - roeil4939@gmail.com

Requirements

You need a basic knowledge and experience with Python, and a basic knowledge with Encryption and Decryption, and you need to install requests and cryptography modules, in order to download the images and use the Fernet algorithm.

$ pip install requests
$ pip install cryptography

Thank you for reading

About

A Ransomware with a symmetric encryption algorithm (Fernet) - Made in 15 minutes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages