06-18-2010, 07:58 PM
Here is what I found VERY efficient.
Dict of every first name I can find. Dict of top 5000 last names according to the census.
Add 1 digit to the end 0-9
Add 2 digits 00-99
Add 4 digits 1900-2020
Combination attach with dict - dict then I want to add the numbers on the end.
Right now, I create 700 rules for that.
But what I am finding is if I add some additional rules like capitolize the first letter of each name, the success is even better.
This is finding cominations like EricKimberly1986
It was mentioned in another thread having a third slot. With a third slot, you could do the two dictionaries, and in the third slot go ?d?d?d?d
Dict of every first name I can find. Dict of top 5000 last names according to the census.
Add 1 digit to the end 0-9
Add 2 digits 00-99
Add 4 digits 1900-2020
Combination attach with dict - dict then I want to add the numbers on the end.
Right now, I create 700 rules for that.
But what I am finding is if I add some additional rules like capitolize the first letter of each name, the success is even better.
This is finding cominations like EricKimberly1986
It was mentioned in another thread having a third slot. With a third slot, you could do the two dictionaries, and in the third slot go ?d?d?d?d