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.
Need to install rich with Pypi:
pip install rich
or:
python -m pip install rich
and pycryptodome with:
pip install pycryptodome
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