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.
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
- Python 2.7
- Pycryptodome
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.