mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 16:36:28 -05:00
Added more about security levels.
This commit is contained in:
parent
d88468bbe5
commit
5c9f2c2dac
1 changed files with 9 additions and 0 deletions
|
@ -231,6 +231,15 @@ would be for an attacker to compromise the random number generator on your compu
|
|||
anything that is encrypted (or passkeys generated) would be suspectible to less intense cryptoanalysis.
|
||||
|
||||
|
||||
<h3>FAQ: How secure is the Diceware approach?</h3>
|
||||
|
||||
If you want the absolute worst password security, go right ahead and use the same password everywhere so that when one service is cracked, an attacker can compromise every account you own. (Plz don't do that)</p>
|
||||
|
||||
If you want the absolute best security, choose a different password of completely random charcters for each service.</p>
|
||||
|
||||
If you want a middle of the raod approach that offers medium security, Diceware is the way to go. I wrote it for people like <a href="https://www.flickr.com/photos/dmuth/48499048131/in/photosof-dmuth/">my parents</a>, who might struggle with a password manager or not want to enter random characters when trying to enter their Apple password into their Apple TV, or want a password to log into their Mac that they can actually remember and not have to write down.</p>
|
||||
|
||||
|
||||
<h3>FAQ: Is the source available?</h3>
|
||||
|
||||
Yep! You can grab a copy at <a href="https://github.com/dmuth/diceware">https://github.com/dmuth/diceware</a>
|
||||
|
|
Loading…
Reference in a new issue