Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 498 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 498 Bytes

Python-ransomware

Python ransomware that encrypts all files within the execution directory.

How to use it

$ python3 myransomware.py

just run the program within the directory you wish to decrypt. and it will decrypt all .txt files and generates a key.txt file containing the encryption key.

Next Features

  • Add support for all text based formats.
  • The option to send the encryption key using sockets.
  • Maybe support for encypting all files, recursive search for files.