Open GoogleCodeExporter opened 9 years ago
what version of truecrack are you using? v3.0? can you write the command line
of truecrack and all the output message?
Original comment by luck87
on 28 Jun 2013 at 12:22
Here is my command: vostr1@vostr1-Vostro-470:~/Desktop/truecrack/src$
./truecrack -t /home/vostr1/Desktop/1char_truecrypt -c
0123456789abcdefghijklmnopqrstuvwxyz -m 3 -vv
And the output message:
47979 rzz NO
--- Performance: inf p/s, time: 4.6e-44 s, passwords: 576
47980 szz NO
--- Performance: inf p/s, time: 4.6e-44 s, passwords: 576
47981 tzz NO
--- Performance: inf p/s, time: 4.6e-44 s, passwords: 576
47982 uzz NO
--- Performance: inf p/s, time: 4.6e-44 s, passwords: 576
47983 vzz NO
--- Performance: inf p/s, time: 4.6e-44 s, passwords: 576
47984 wzz NO
--- Performance: inf p/s, time: 4.6e-44 s, passwords: 576
47985 xzz NO
--- Performance: inf p/s, time: 4.6e-44 s, passwords: 576
47986 yzz NO
--- Performance: inf p/s, time: 4.6e-44 s, passwords: 576
47987 zzz NO
--- Performance: inf p/s, time: 4.6e-44 s, passwords: 576
No found password
Total computations: "47988"
My system is Dell Vostro Core i7 GeForce GT630 and Ubuntu 13.04 Cuda 5.0 use
gcc 4.4
Password was set 1 character.
Original comment by rebe...@gmail.com
on 23 Jul 2013 at 10:02
mmh.. I have the same problem when I use a cheap nvidia board with other
graphic software run (like Xorg). You can turn off Xorg and run TrueCrack on
console mode.
If something goes wrong try to define the "Compute capability"(for GTX630 is
2.1) of your board into src/Makefile.am:
CFLAGS += -gencode arch=compute_21,code=sm_21
Original comment by luck87
on 23 Aug 2013 at 12:50
I too am experiencing this issue as well. Running Ubuntu 10.04 with CUDA
toolkit 5.0. Nvidia GTX 470 video card.
I saw you response above: "I have the same problem when I use a cheap nvidia
board with other graphic software run (like Xorg). You can turn off Xorg and
run TrueCrack on console mode." This made me try multiple things. I tried
switching to console mode (ctrl-alt-F5) and then running truecrack, switching
to console mode killing GDM and then running truecrack, booting directly into
to console only mode and running truecrack without letting GDM/Xorg ever
start(note: must deal with a few permission issues related to /dev/nvidia* --
see http://bit.ly/1dvUMlo for more info). Also tried booting directly into to
console only mode with my Intel integrated graphics as my default display
device (and no dvi/video cables attached to my GTX 470 at all). NONE of these
worked and all passwords would show up with the first two letters being "NO".
Interestingly enough, this was with a wordlist of roughly 700 passwords. If I
used a different wordlist that had only 3 passwords, all the attempted
passwords would be spelled correctly in the verbose output - no more
"NOssword", etc. For whatever reason the bug seems to not be present with low
password counts. I will do some more testing tomorrow and see what the exact
cutoff is between it working properly and it changing the first two letters of
all passwords to "NO".
Original comment by nathanlo...@gmail.com
on 20 Sep 2013 at 6:07
Original issue reported on code.google.com by
z3lda1...@gmail.com
on 18 Jun 2013 at 6:43