This goes against the whole idea of that XKCD comic. If you want to come up with a password you can remember , you should string together a bunch of words that make sense to you . But if you want a password you can remember, randomly generating it (especially in a way that has low overall entropy per the current top comment) seems like a bad way to do it. IMO the days of remembering multiple passwords are gone - eith…
Correct Horse Battery Staple: Secure Password Generator
31–40 of 61 posts
Re: Correct Horse Battery Staple: Secure Password Generator
#32Promoting diceware is admirable, but I don't like the idea of trusting a remote website generator. A local diceware generator is probably available in your package manager, e.g: sudo apt install diceware diceware -n 6 QuickenPrisonThermosDefilingBasicsVengeful
Diceware is supposed to be done with Dice in an entirely offline manner. I guess a local program is still useful, but in theory the program could be a shoddy RNG with non-random passwords. The program shouldn't be trusted unless you wrote it yourself, or otherwise performed a security audit yourself. For all of its faults, 5x six-sided dice looking up this wordlist ( https://theworld.com/~reinhold/diceware.wordlist.a…
Re: Correct Horse Battery Staple: Secure Password Generator
#33There 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/
Unless the list is long enough for the selection process to have enough entropy to make an at least halfway decent password, that's pointless. And if it is, good luck downloading the list.
Re: Correct Horse Battery Staple: Secure Password Generator
#34Would be neat if it had stable diffusion powered image generation, to help people visualize and remember their passwords.
The fundamental problem with passwords is still the need for them.
Re: Correct Horse Battery Staple: Secure Password Generator
#35Re: Correct Horse Battery Staple: Secure Password Generator
#36At 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.
Yes, but this is a great way to create a master password for your manager
Re: Correct Horse Battery Staple: Secure Password Generator
#37Would be neat if it had stable diffusion powered image generation, to help people visualize and remember their passwords.
Memory's a real issue. In principle this is a nice demo; in practice I will be able to retain like five to seven of these high-entropy blobs before they all run together. The fundamental problem with passwords is still the need for them.
Have a passphrase for each and let the password manager generate noise for everything else.
Re: Correct Horse Battery Staple: Secure Password Generator
#38Promoting diceware is admirable, but I don't like the idea of trusting a remote website generator. A local diceware generator is probably available in your package manager, e.g: sudo apt install diceware diceware -n 6 QuickenPrisonThermosDefilingBasicsVengeful
Diceware is supposed to be done with Dice in an entirely offline manner. I guess a local program is still useful, but in theory the program could be a shoddy RNG with non-random passwords. The program shouldn't be trusted unless you wrote it yourself, or otherwise performed a security audit yourself. For all of its faults, 5x six-sided dice looking up this wordlist ( https://theworld.com/~reinhold/diceware.wordlist.a…
Re: Correct Horse Battery Staple: Secure Password Generator
#39Promoting diceware is admirable, but I don't like the idea of trusting a remote website generator. A local diceware generator is probably available in your package manager, e.g: sudo apt install diceware diceware -n 6 QuickenPrisonThermosDefilingBasicsVengeful
pwgen with the -s option will generate 'random' passwords, up to the randomness limit of whatever random source is provided by your kernel and system.
Re: Correct Horse Battery Staple: Secure Password Generator
#40Reminds me of the online bitcoin wallet public key QR code generator that just generated a code for some attacker’s wallet and got themselves some free coins.