The options for the Random password recovery are a bit odd...
known
a-z
A-Z
a-z & A-Z
0-9
symbol
all chars
But it is missing alphanumeric (a-z & A-Z & 0-9), which is very common for password generation. Is there another way of doing this without resorting to rainbow tables? My recovery time is about 100x as I otherwise need to specify "all chars".
known
a-z
A-Z
a-z & A-Z
0-9
symbol
all chars
But it is missing alphanumeric (a-z & A-Z & 0-9), which is very common for password generation. Is there another way of doing this without resorting to rainbow tables? My recovery time is about 100x as I otherwise need to specify "all chars".
Comment