gcode-mirror / truecrack

Automatically exported from code.google.com/p/truecrack
GNU General Public License v3.0
0 stars 1 forks source link

enable-cpu: dictionary attack reports wrong password length #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem:
svn checkout http://truecrack.googlecode.com/svn/ truecrack-read-only
cd truecrack-read-only/
./configure --enable-cpu
make

(enable-cpu is relevant)

./src/truecrack -t test/ripemd160_aes.test.tc -w test/passwords.txt
TrueCrack v3.5
Website: http://code.google.com/p/truecrack
Contact us: infotruecrack@gmail.com
Found password:         "test"
Password length:        "5"
Total computations:     "1"

Expected:
Password length:        "4"

Original issue reported on code.google.com by aapo.rantalainen on 28 Feb 2014 at 7:16