bipinu / truecrack

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

cracking Cascade Aes-Twofish not working #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Create a truecrypt-container ( 200MB size)
with AES-Twofish Cascade as Encryption and Ripemd-160 

2. Run Truecrack against the container. With the correct Password in a file

What is the expected output? What do you see instead?
Truecrack won't find the Password. Result for the correct password is NO

What version of the product are you using? On what operating system?
(TrueCrypt 7.1a on Ubuntu 12.04)
Truecrack 3.5 on Ubuntu 12.04 configured --enable-cpu

Please provide any additional information below.

DUMP

~$ truecrack -t testhack2 -w Blabla.txt -v
TrueCrack v3.5
Website: http://code.google.com/p/truecrack
Contact us: infotruecrack@gmail.com

Memory initialization...

COUNT   PASSWORD    RESULT
0   Blabla      NO
1   testhack    NO
2   test        NO
3   testhack2   NO
4   testhack3   NO
No found password
Total computations: "5"

Thanks for help

Original issue reported on code.google.com by AbstauB...@gmail.com on 29 Nov 2013 at 10:45