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

Files

Latest commit

2bcc3da · Oct 9, 2020

History

History

Encrypt_and_decrypt_text

aes_encode

A small python program that encodes and decodes 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 when the program has finished running.

Screenshot/GIF showing the sample use of the script

Screen shot

Author Name

Gaodong