Password Breaker is a unique application that can attempt
to brute force into any password protected application by
simulating keyboard typing.
It allows customizable character lists of small/capital
alphabets, digits, symbols and space. Character repition
can be toggled ON/OFF. The evaluation version can only
break password of upto 4 digits.
Version 3 introduces the concepts of Blocks and Character
Sets.
Blocks allow you to reduce the amount of time it takes to
break passwords by splitting the password. For example:-
Consider that your password was Feb13. You can split this
into two blocks of size 3 (for Feb) and 2 (for 13). For
each of the blocks you can specify a character set which is
basically a combination of characters (Capital Letters,
Small Letters, Digits, Symbols, etc). So, you specify the
character set: bef for Block 1 and 13 for Block 2. Of
course in real situations the no. of characters in these
sets would be more than the exact set that make up the
password. So, you might have the entire small characters
for block 1 and digits for block 2. But, splitting the
operation into 2 blocks greatly reduces the number of
combinations.