Skip to content

gwill1337/CodeForge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

Tool CodeForge for translate/crypt messages to machine code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages