Hash Reverser

Brute force-attack tool for TRAOD hashes.

This tool have the following syntax:

appname inputfile outputfiletemplate postfix prefix

The appname is the downloaded app name.

The input file is a binary file which holds a string of hashes (4 bytes each). This hashes will be the target of the brute-force attack.

The output text file name. This name will be extended for storing names for different hashes.

Optional Paramaters:

postfix - known end of the string

prefix - known beginning of the string

The application is made with OpenMP and using multiple hashes for input will case the use of your full CPU power, so it's not a good idea to set the application process priority!

Rev. 1:

SSE4.2 : download

AVX: download