diff --git a/brute-force-is-useless b/brute-force-is-useless index f9e62e8..00733fa 100644 --- a/brute-force-is-useless +++ b/brute-force-is-useless @@ -1,6 +1,7 @@ -// Proof that brute force is useless. 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? -// I wouldn't worry too much about your password at all. +// 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 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. 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