gcode-mirror / truecrack

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

doesn't work. #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've just created a truecrypt volume using Debian 6.0.5 with TrueCrypt 7.1a.
I've selected AES as encryption algorithm and SHA-512 as Hash algorithm.

The password for the volume container is "teste123".

I am able to mount the volume both on windows and linux with this password.
However, truecrack(CPU) doesn't seem to work:

# truecrack -t test.vlm -k sha512 -w dict -v
TrueCrack v3.0
Website: http://code.google.com/p/truecrack
Contact us: infotruecrack@gmail.com

Memory initialization...

COUNT   PASSWORD        RESULT
0       teste123        NO
No found password
Total computations:     "1"

My dictionary has only the word/string "teste123", which is the correct 
password.

Any ideas ?

# cat /etc/debian_version 
6.0.5
# truecrypt --version
TrueCrypt 7.1a

Original issue reported on code.google.com by k...@frag.com.br on 2 Mar 2013 at 5:04

GoogleCodeExporter commented 9 years ago
I'm using 5 characters password: "5kytu" and run truecrack v3.0 with max lenght 
5 characters of abc and 123. After 10 days waiting, the result is No found 
password :((

Original comment by rebel....@gmail.com on 25 Mar 2013 at 2:03

GoogleCodeExporter commented 9 years ago
Me too. It just doesn't work. Truecrypt 7.1a, dictionary contains pwd -> 
doesn't work, but can mount in Linux & Windows without any problems.

Original comment by geert.n...@gmail.com on 2 Apr 2013 at 2:11

GoogleCodeExporter commented 9 years ago
Same problem. Dictionary attack. Container is AES + ripemd160. Password no 
found.

Original comment by rom...@gmail.com on 26 May 2013 at 3:00

GoogleCodeExporter commented 9 years ago
truecrypt is not working for me. Same issue as mentioned in the other comments.

Original comment by fabian.a...@gmail.com on 27 May 2013 at 6:26

GoogleCodeExporter commented 9 years ago
It only works for sha-512 on cuda
ripemd160 (default) won't find password. cpu is fine, but slow
whirlpool terminates with timeout

Original comment by elh...@sigil-guild.org on 7 Jun 2013 at 7:23

GoogleCodeExporter commented 9 years ago
adding -arch=sm_20 solves my problems with ripemd160 (gtx470)

Original comment by elh...@sigil-guild.org on 7 Jun 2013 at 10:37

GoogleCodeExporter commented 9 years ago
Sorry for all of these troubles. In my experience these problems are related to 
version of cuda toolkit and nvidia boards. You can try to force the 
architecture version of your board in the compilation phase by the -arch 
option.  
I have tested TrueCrack v3.0 on GTX650/GTX680 with Ubuntu and Cuda toolkit 5.0, 
and it run perfectly. 
Can you send me, the current configuration of your system? (nvidia board, OS 
version, cuda toolkit release) I want to extend the support. Thanks

Original comment by luck87 on 12 Jun 2013 at 12:26

GoogleCodeExporter commented 9 years ago
i tried with

./configure --cpu-enable 

it doesnt work as well
have the correct password in my wordlist but it was not detected.

cpu enabled means not to use cuda right.

Original comment by z3lda1...@gmail.com on 18 Jun 2013 at 7:10

GoogleCodeExporter commented 9 years ago
Yes.. mmh.. your truecrack arguments?

Original comment by luck87 on 28 Jun 2013 at 12:25

GoogleCodeExporter commented 9 years ago
Just a remark: remove CR(Carriage Return) characters of the end of the password 
list lines. 
It has to be UNIX style: only LF(Line Feed)

Original comment by zba...@gmail.com on 18 May 2014 at 6:33