There are a number of such generators, but this one has good defaults (with the number at the end). IMHO, it would be better if it would generate a list of passwords, so if the site is malicious, it wouldn't know which one you picked. It's weak, I know... But for this reason, I like this one: https://xkpasswd.net/s/
Correct Horse Battery Staple: Secure Password Generator
11–20 of 61 posts
Re: Correct Horse Battery Staple: Secure Password Generator
#12It's a cute idea and I love the concept from XKCD, but the best practice is just to use a password manager and stop trying to remember passwords (and absolutely never reusing passwords).
But: - you need a password for your password manager - you also need a password for your actual desktop/phone, when the manager is inaccessible. - you may have a work computer requiring a different password as well Here are already 3, ideally different, passwords you need to remember.
Although after a couple of days of using a new password regularly, I can't help but have it memorized anyhow.
Re: Correct Horse Battery Staple: Secure Password Generator
#13Re: Correct Horse Battery Staple: Secure Password Generator
#14Re: Correct Horse Battery Staple: Secure Password Generator
#15It's a cute idea and I love the concept from XKCD, but the best practice is just to use a password manager and stop trying to remember passwords (and absolutely never reusing passwords).
Most humans create terrible passwords (myself included) and I really benefit from simply having a random word generator. I use generators like these to create a random word cloud to pick and chose from to create my actual password. I also might have to read particular passwords over the phone to someone in a rare emergency so real words help with that a lot. This particular one doesn't throw enough random symbols in…
Re: Correct Horse Battery Staple: Secure Password Generator
#16At this point, average users are better off with a password manager and/or passkeys. The fraction of users willing to learn more than one decent password and not use it in multiple places is probably 1% or less.
Re: Correct Horse Battery Staple: Secure Password Generator
#17But having a wordlist of ~2281 words means the search space is 2281^4 = 2.7e+13 which is less than an ascii password (roughly 100 usable ascii characters?) of length 7 i.e. 100^7 = 1e+14
Audit the code? Maybe it's different tomorrow. Maybe it's different based on client fingerprint! Internet explorer users in retirement communities get the version with a known, fixed random number seed.
Re: Correct Horse Battery Staple: Secure Password Generator
#18But having a wordlist of ~2281 words means the search space is 2281^4 = 2.7e+13 which is less than an ascii password (roughly 100 usable ascii characters?) of length 7 i.e. 100^7 = 1e+14
)=*vZqV
Grateful-Afternoon-Resistance-South-0
The second is much easier to remember, and common security measures need to be practical.Incidentally, I have two small shell functions to generate these. Tweaked slightly:
Re: Correct Horse Battery Staple: Secure Password Generator
#19But having a wordlist of ~2281 words means the search space is 2281^4 = 2.7e+13 which is less than an ascii password (roughly 100 usable ascii characters?) of length 7 i.e. 100^7 = 1e+14
* https://arstechnica.com/information-technology/2014/03/dicew...
They have 7,776 words in their list; that gives 77.5 bits.
Re: Correct Horse Battery Staple: Secure Password Generator
#20I also used dashes as a word separator and to count as a special character. Nearly everyone allows for - , but it is hit or miss for other special characters.