Brano76 / truecrack

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

case sensitive character attack #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
No problem. Just a question. On the latest svn version, is the character attack 
approach case sensitive? That is, if my password has the letter a in it, but I 
don't know if it's upper or lower case A, do I have to feed BOTH the upper and 
lower case characters in the list? or is it sufficient to give it one or the 
other?

Original issue reported on code.google.com by bgmarch...@gmail.com on 11 Feb 2013 at 2:01

GoogleCodeExporter commented 9 years ago
TrueCrack is not case-sensitive, so the lowercase and uppercase characters are 
two different alphabets. Set the charset option as the follow: -c aA

Original comment by luck87 on 11 Feb 2013 at 9:07

GoogleCodeExporter commented 9 years ago

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