A simple text encryptor application that allows you to encrypt and decrypt messages using encryption algorithms such as AES (Advanced Encryption Standard) and RSA (Rivest-Shamir-Adleman) which demonstrates the basics of text encryption and decryption using both symmetric and asymmetric encryption.
- install the required module:
pip install cryptography pycryptodome- clone the repository:
git clone https://github.com/imbazinga/Text_encryption- change the directory:
cd Text_encryption- run the python file:
python _rsa1.py