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

Latest commit

 

History

History
23 lines (19 loc) · 794 Bytes

File metadata and controls

23 lines (19 loc) · 794 Bytes

Script Title

A small python program that creates a script to encode and decode text

Prerequisites

  • pycryptodome 3.9.8
  • Python 3

How to run the script

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

Screenshot/GIF showing the sample use of the script

Author Name

Fin McCallum