02-21-2014, 05:32 PM
Hello,
I've got three files.
First file includes syllables with 3 characters,
2nd syllables with 2 characters und 3rd all
two digit combinations.
Now, I want that all 3 parts will combined to
passwords with length between
8 and max 12 digits.
For example 1*3 char + 1*2 digit + 3*2 char or
2*3 char and 1*2 char .... for all possibilities.
Could someone can give me some hints how
I should do that?
I think, the table attack was right, but how?
Greetings
calculate
I've got three files.
First file includes syllables with 3 characters,
2nd syllables with 2 characters und 3rd all
two digit combinations.
Now, I want that all 3 parts will combined to
passwords with length between
8 and max 12 digits.
For example 1*3 char + 1*2 digit + 3*2 char or
2*3 char and 1*2 char .... for all possibilities.
Could someone can give me some hints how
I should do that?
I think, the table attack was right, but how?
Greetings
calculate