mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 16:36:28 -05:00
Added another link and a warning
This commit is contained in:
parent
9e735dc209
commit
1cfd66a0ea
1 changed files with 3 additions and 2 deletions
|
@ -163,10 +163,11 @@
|
|||
|
||||
Weak passwords are a big flaw in computer security due to a lack of "entropy"
|
||||
or randomness. For example, how many times have you used the name of a pet or relative or street
|
||||
in a password, or perhaps the number "1". Not very random, is it? :-)
|
||||
in a password, or perhaps the number "1"? Not very random, is it? :-)
|
||||
Worse still, if
|
||||
passwords are reused between services, <a href="http://www.businessinsider.com/biggest-password-mistake-2014-8"
|
||||
>that increases your security risk</a>.
|
||||
>that increases your security risk</a>. This is not theoretical, <a href="http://www.techspot.com/news/65255-hackers-access-github-accounts-reusing-passwords-previous-leaks.html"
|
||||
>this has already happened.</a>
|
||||
</p>
|
||||
|
||||
Fact is, humans are terrible at remembering random combiations of letters and
|
||||
|
|
Loading…
Reference in a new issue