- Notifications
You must be signed in to change notification settings - Fork 16
Description
I have created a c++ file that generates a new input dictionary. I am hopeful that this dictionary will help put a bit more stress on JtR, especially on length boundary issues.
There are no passwords with a ':' char (colon)
there are no passwords that have a space and ( char together, i.e " (" (this is a problem for some new logic in the TS)
I tried to get the start of each password to be unique. This is so that JtR chopping off the word to a shorter length will not match anything.
All passwords are 4 bytes or more (except for a null pw, and a single letter password).
I tried to make some sections vary greatly between lengths of adjacent passwords.
I have areas where passwords grow or shrink in size each time.
I have areas where passwords grow or shrink every 5 passwords.
I have values that have high bits set (but it was much more controlled that before).
Please comment on this strategy NOTE, if we put the passwords in the input files, they will be larger, since we are using longer passwords for input.