Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 212 Bytes

File metadata and controls

10 lines (6 loc) · 212 Bytes

create script to encode and decode text

usage

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