Hacker News new | ask | show | jobs
by Steve0 2418 days ago
I tend to type guid in duckduckgo. https://duckduckgo.com/?q=Guid

Bad idea?

3 comments

I just tried 'passphrase' and it works too.
I think it gave me a condensed story:

"frosty starfish snuff bluff"

why not just use uuid(1)?
you can also just type password and it'll generate a password
You can actually just do this on any website. When making an account, just type password into the password field. The best part is you can do the exact same thing at login, so you never have to memorize the super secure password they generate.
You jest, but it seems an awful lot of people actually do do this...
You can also specify length and strength of the generated password:

password 20 high

password 10 low

Though there's barely any difference in strength. It looks like it has upper and lower case for 'low', and 'high' adds numbers and the 10 symbols on the number keys. That's 5.7 bits per character vs. 6.2 bits per character. The 'high' strength passwords are only 8% stronger.