Skip to content

This is a very basic ransomware created using python and cryptography library

Notifications You must be signed in to change notification settings

lloydsato/Basic-Ransomware-using-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic-Ransomware-using-python

This is a very basic ransomware created using python and cryptography library fernet.

Fernet guarantees that a message encrypted using it cannot be manipulated or read without the key. Fernet is an implementation of symmetric (also known as “secret key”) authenticated cryptography.

For more info visit https://cryptography.io/en/latest/fernet/

Running the encrypt.py file will generate a key and store it in the "thekey.key" file. This key can be used to decrypt the file once it is encrypted.

Credits to Networkchuck

About

This is a very basic ransomware created using python and cryptography library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages