Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad advice regarding mnemonics for master passphrases #34

Open
Dorpheus opened this issue Dec 30, 2019 · 0 comments
Open

Bad advice regarding mnemonics for master passphrases #34

Dorpheus opened this issue Dec 30, 2019 · 0 comments

Comments

@Dorpheus
Copy link

Despite linking to the famous XKCD comic, this document fails to heed the basic lesson that a passwords which a human must memorize should be easy for a human to memorize while being hard for a computer to guess. Master passwords for the password manager are an example of such.

A decent password manager can generate a proper passphrase: a series of native language words spelled correctly in simplest form (such as lowercase). These mnemonic phrases allow the average person to store more random entropy with less effort, and far less chance of forgetting their password.

Complex sequences of gibberish will result in users writing down passwords, reducing their entropy, or wasting excessive and unnecessary effort memorizing less entropy than they otherwise could, with a higher chance of forgetting after a vacation or break.

For passwords which can must be mnemonic, such as a master passphrase, I would change the advise to using a mnemonic phrase instead of random individual characters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant