Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.44 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.44 KB

Version 1.0 Python 2.7 GPL-3.0 License Date

markransom

Markransom is a tool created to encrypt all the files that matches an extension pattern. Can be decrypted with decipher.py and the encryption key generated.

The app will generate an AES256 key and an optional messsage in the desktop. You can configure your own settings in the firsts lines of the script.

This app was written in 2017.

Decipher usage

usage: decipher.py [-h] -k file [-e .ext] [-f file]  

Decrypt files encrypted with markransom.py.

optional arguments:
  -h, --help            show this help message and exit
  -k file, --key file   the file which includes the key
  -e .ext, --extension  encrypted files extension
  -f file, --file file  decrypt a single file  

Requirements

  • Python 2.7
  • Pycryptodome

Legal disclaimer

This tool is created for the sole purpose of security awareness and education, it should not be used against systems that you do not have permission to test/attack. The author is not responsible for misuse or for any damage that you may cause. You agree that you use this software at your own risk.