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

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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