lvaccaro / truecrack

TrueCrack is a brute-force password cracker for TrueCrypt (Copyrigth) volumes. It works on Linux and it is optimized for Nvidia Cuda technology.
GNU General Public License v3.0
155 stars 58 forks source link

Is there a maximum number for the STRING in charset mode? #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./truecrack -t EXAMPLE_VOLUME -c mMasterpwd0123456789 -m 20 -b 1024
2.
3.

What is the expected output? What do you see instead?

Blank, as truecrack runs

Instead I get 

Not Found password for volume "EXAMPLE_VOLUME"
Try "-1349231364" words.

What version of the product are you using? On what operating system?

Latest, Ubuntu 11.10

Please provide any additional information below.

Original issue reported on code.google.com by Cranberr...@gmail.com on 11 Dec 2012 at 2:01

GoogleCodeExporter commented 9 years ago
Also, is there any way to define parts in charset mode? I.e. I want to use the 
charset of 0123456789 "Pass", where "Pass" is considered one piece?

Original comment by Cranberr...@gmail.com on 11 Dec 2012 at 2:10

GoogleCodeExporter commented 9 years ago
not for now. The charset is a plain list of characters.  In the new testing 
release 2.0, there isn't a maximum number of string and the argument -b is 
useless.

Original comment by luck87 on 14 Jan 2013 at 12:25