A hybrid(AES + RSA) encryptor in python

A hybrid(AES + RSA) encryptor in python.
Tasted on Windows and Linux(Kali).

Install Requirements

Use the package manager pip to install requirements.

pip install pycryptodome rich

Usage

python cryptor.py -g path/to/save/rsa_keys # Generating RSA Public and RSA Private Keys
python cryptor.py -e -f ["file1"

 

To finish reading, please visit source site