Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.22 KB

File metadata and controls

46 lines (33 loc) · 1.22 KB

CodeForge

Python Platform AES

About

CodeForge this tool for translate text/num message to bin/hex, encrypt and decrypt, and also support encrypt/decrypt files with AES-GCM and more.

Requirements

Need to install rich with Pypi:

pip install rich

or:

python -m pip install rich

and pycryptodome with:

pip install pycryptodome

Usage

This tool work in cmd and has 8 functions:

-MTB --MessageToBin #<--- Message to bin code

-BTM --BinToMessage #<--- Bin code to message

-MTH --MessageToHex #<--- Message To Hex Code

-HTM --HexToMessage #<--- Hex code To Num/Text

-EC --EnCrypt #<--- Encrypt message 

-DC --DeCrypt #<--- Decrypt message

-ECF --EnCryptFile #<--- Encrypt file

-DCF --DeCryptFile #<--- Decrypt file

#and all this function except EnCryptFile and DeCryptFile have flag -S or --Show that enable nice showing effect

-S --Show