PyCrypt is a Python script encryption tool that compresses, encrypts, and obfuscates Python scripts for secure distribution. It uses AES encryption and zlib compression to protect your code from unauthorized access.
- AES-256 encryption with CBC mode
- zlib compression for reduced script size
- Obfuscation of encryption keys and script data
- Generates a self-decrypting script
Ensure you have the required dependencies installed:
pip install pycryptodome
Run the following command to encrypt a script:
python pycrypt.py -i input_script.py -o encrypted_script.py -key YOUR_SECRET_KEY
-i
/--input
: Path to the Python script to be encrypted-o
/--output
: Path to save the encrypted script-key
/--key
: Encryption key used to secure the script
Simply run the output script as you would with any Python script:
python encrypted_script.py
The script will decrypt itself and execute the original code.
This tool is intended for educational and ethical use only. The author is not responsible for any misuse of this tool.
Developed by: @s4rrar
GitHub: @s4rrar
Telegram: @darks1ders