Editor: The program is meant for the recovery of passwords from hashes of different types, utilizing the power of GPU, which enables reaching truly extreme attack speed. For example, the search speed for MD5 hashes with GeForce 8800GS reaches 250...270 million passwords per second.
The program uses the exhaustive search attack, supports MD5 and MySQL hashing algorithms, does not require installation and has a very light size.
Number of hashes the program can handle simultaneously: 100000.
To launch the program, pass the following command-line parameters to it:
1. Name of the INI file with attack settings (Minimal and maximal password length, character set to be used, etc.) This parameter is not mandatory, since by default each EXE module uses the INI file with the name identical to the module name (for instance, MD5.exe will use settings from the MD5.ini file available in the program setup file). However, you can create several INI files with different attack parameters and feed them to the program one after another.
2. Name of the text file with hashes. The format of hash lines to be observed: "one line = one hash". The program setup file includes evaluation files with hash samples. This parameter is mandatory.