Skip to content

theoricien/tthtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Toy Tetragraph Hash Tool

Installation

git clone https://github.com/theoricien/tthtool/
cd tthtool
pip3 install -r requirements.txt

Usage

python3 tthtool.py

Example

------- MENU -------
[0] Encrypt
[1] Decrypt by BruteForce Chosen-Ciphertext Attack
[2] Set debug mode to True
[3] Set pause mode to True
[4] Quit
> 0
Message> HASH THIS PLS
IV[0]> 0
IV[1]> 0
IV[2]> 0
IV[3]> 0
[*] Plaintext: ['HASHTHISPLSAAAAA']
[*] IV: [0, 0, 0, 0]
[*] Encrypted: XRDF
------- MENU -------
[0] Encrypt
[1] Decrypt by BruteForce Chosen-Ciphertext Attack
[2] Set debug mode to True
[3] Set pause mode to True
[4] Quit
> 

About

Toy Tetragraph Hash Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages