|
|
|
|
|
by andrewcooke
5468 days ago
|
|
So this is not the complete set of passwords, only the ones that have been cracked so far, using a dictionary? a dictionary + rules + time. yes (i assume - i have no inside knowledge). [...] passwords which were randomly generated are, and are likely to remain, safe? it depends on the length and range of characters. random passwords are still vulnerable if they are short and/or use a restricted range of characters. they can be found "by accident" when using rules and dictionaries. they can also be found by simply trying all combinations ("a", "b", ..., "aa", ..., "ab"...). length and character range protects against both of these. it's likely that attackers will use all available approaches, including simple brute force. i focused on dictionaries + rules above because (1) that's generally more efficient and (2) some people don't seem to realize how powerful it is. |
|
Also, if there is no restricted range of characters, and a solid, random password is used, how can the attacker know when they have broken it, short of trying them all against the actual server?
Edit: Forget that last bit. I'm confusing myself.