Skip to content

A Ransomware script designed for educational purposes, demonstrating file encryption and decryption concepts. Explore basic cryptography and key management in a controlled environment. This tool is strictly intended for learning and understanding cybersecurity principles.

License

Notifications You must be signed in to change notification settings

SumVir/Ransomware.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

File Encryptor

This is a simple ransomware script for educational purposes only.

Show Help menu

python ransomware.py -h

Usage

Encryption

To encrypt a file or folder, use the following command: $ python ransomware.py -e <path_to_file_or_folder> -s <salt_size>
salt_size 32 is usually OK

DECRYPTION

To decrypt a file or folder, use the following command: $ python ransomware.py -d <path_to_file_or_folder> Don't use the -s option again during decryption. USE THE SAME PASSWORD YOU USED FOR ENCRYPTION.

DISCLAIMER !!! ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓

The author is not responsible for any misuse, damage, or illegal activities resulting from the use of this script. ↑↑↑↑ ↑↑↑↑ ↑↑↑↑ ↑↑↑↑ ↑↑↑↑ ↑↑↑↑ ↑↑↑↑ ↑↑↑↑ ↑↑↑↑

SUPPORT

If you encounter any issues, have questions, or need assistance, feel free to reach out for support. You can create an issue in the GitHub repository or contact the author directly. Feel free to customize it based on your needs and the specific details of your script.

LICENSE

This project is licensed under the MIT License - see the LICENSE file for details.

About

A Ransomware script designed for educational purposes, demonstrating file encryption and decryption concepts. Explore basic cryptography and key management in a controlled environment. This tool is strictly intended for learning and understanding cybersecurity principles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages