Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 269 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 269 Bytes

Python AES encryptor

Encript and decrypt strings in Python

Usage

Install requirements:

pip install -r requirements.txt

Encrypt text:

python encrypt.py

Decrypt text:

python decrypt.py

Delete data:

python delete.py