A small python program that creates a script to encode and decode text
- pycryptodome 3.9.8
- Python 3
python aes_encode.py "a text" Example: python aes_encode.py "hello world" An encrypted file("encrypted.bin") will be generated after the program is run
