FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

python-mini-projects/projects/Encrypt_and_decrypt_text at master · scriptex/python-mini-projects · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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

Author Name

Gaodong


Back | FazBrowse Home | New Git URL