You can achieve this with a one-liner: shuf -n 4 /usr/share/dict/words
Show HN: Correct Horse Battery Staple password generator
11–20 of 99 posts
Re: Show HN: Correct Horse Battery Staple password generator
#12While I would love to use something like this, almost every site I can think of enforces worthless password rules like "Must include number, letter, special character" etc which effectively blocks these types of passwords.
Re: Show HN: Correct Horse Battery Staple password generator
#13Re: Show HN: Correct Horse Battery Staple password generator
#14You can achieve this with a one-liner: shuf -n 4 /usr/share/dict/words
Re: Show HN: Correct Horse Battery Staple password generator
#15While I would love to use something like this, almost every site I can think of enforces worthless password rules like "Must include number, letter, special character" etc which effectively blocks these types of passwords.
It doesn't have to be all or nothing and is probably better if it isn't.
Re: Show HN: Correct Horse Battery Staple password generator
#16You can achieve this with a one-liner: shuf -n 4 /usr/share/dict/words
Re: Show HN: Correct Horse Battery Staple password generator
#17At some point 1Password dropped that, replacing it something similar to "correct horse battery staple". It's words (3-10) separated by hyphen, space, period, comma, or underscore. E.g., "plasma.haggis.arrange.stultify".
Re: Show HN: Correct Horse Battery Staple password generator
#18Re: Show HN: Correct Horse Battery Staple password generator
#19While I would love to use something like this, almost every site I can think of enforces worthless password rules like "Must include number, letter, special character" etc which effectively blocks these types of passwords.
Re: Show HN: Correct Horse Battery Staple password generator
#20I know XKCD made a comic and everything, but isn't this type of password exactly why dictionary attacks exist?