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 richor:
python -m pip install richand pycryptodome with:
pip install pycryptodomeThis 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