Update brute-force-is-useless
This commit is contained in:
parent
a9eab4ace8
commit
c0e933fb97
@ -1,6 +1,7 @@
|
|||||||
// Proof that brute force is useless. It can crack the word retoor in 8 seconds in best conditions.
|
// Proof that brute force is mostly useless. Especially over the web. It can crack the word retoor in 8 seconds in best conditions.
|
||||||
// If it takes 8 seconds in the web, how long would it take for web?
|
// If it takes 8 seconds locally for such a small word like 'retoor', how long would it take for web? Exactly.
|
||||||
// I wouldn't worry too much about your password at all.
|
// I wouldn't worry too much about your password at all. Just don't let it be a wordbook think to be sure. Even then, wouldn't be worried much.
|
||||||
|
// Imagine that it had to generate uuid4's. ugh.
|
||||||
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user