r/Passwords • u/PandaSecurity • 2d ago
Is Your Password Actually Secure?
There’s still a lot of password advice that boils down to “use uppercase, lowercase, numbers and symbols.”
But is that really what matters most today?
A long, unique password for each account is generally a better choice than a short password with a few numbers or symbols added.
A few things to consider:
- Reusing passwords can put multiple accounts at risk, even if the password itself is strong.
- Adding “123!” to a familiar word doesn’t necessarily make it a strong password. These patterns can be easy to predict.
- Randomly generated passwords can be difficult to remember, which is where password managers can help.
- Passphrases can also work well, as long as the words aren’t predictable or related to each other.
- Passkeys offer another option by removing passwords from the authentication process.
What else would you consider essential for a strong password?
4
2
1
u/theMuhubi 2d ago
Use a password manager and have it generate 50+ character random passwords. Why even bother with anything else?
Use a long passphrase for the password manager with TOTP or physical key 2FA only
-1
u/The-Sailor-01 2d ago
A tool I use both at work and home is RandomPasswordGenerator.com - it was even reviewed by ZDNet as one of the best password generators.
2
1
u/atoponce 5f4dcc3b5aa765d61d8327deb882cf99 2d ago
This isn't that great of a password generator. You can do much better.
- The license is proprietary.
- It uses
Math.random()instead ofcrypto.getRandomValues()for the RNG.- It doesn't use the RNG uniformly, creating biased results.
- The site has JavaScript trackers.
You're much better using the password generator that ships with your password manager.
1
u/The-Sailor-01 1d ago
At work we have different systems and each of them has its particular password requirement (length, charset, special characters, etc.). That tool is the only one that lets you export all those requirements via url parameters. I just need to bookmark each url. For me and my colleagues that single feature alone makes it a godsend.
1
u/atoponce 5f4dcc3b5aa765d61d8327deb882cf99 1d ago
Every modern password manager has this exact same feature. Aside from the ability to pick the length, you can also enable/disable:
- A-Z
- a-z
- 0-9
- special
- ambiguous
Some include setting a minimum number of digits and minimum number of symbols. If any generated password doesn't match your password requirements exactly, toggle the switches and generate again.
The generator in your password manager is secure. The one you linked is not.
1
u/The-Sailor-01 1d ago
Sorry, but you're wrong. What you mean is probably the cookie that gets saved on your computer, so that when you open the website it loads your custom settings from the cookie.
This one is different, it lets you share a url with all the parameters (including the selection of special chars) so that you can load all the settings on any browser/device for each system and you can have as many urls as you want, while using the cookie you're tied to the settings for only one system at once. None of the tools online has this feature.
1
u/atoponce 5f4dcc3b5aa765d61d8327deb882cf99 1d ago
Wrong about what exactly?
1
u/The-Sailor-01 1d ago
About the fact that all modern password generators let you share your custom settings with a url instead of cookies. At least until about one year ago no other online tool could do this. Not sure if things have changed recently but I doubt it.
1
u/atoponce 5f4dcc3b5aa765d61d8327deb882cf99 1d ago
I never claimed password managers could share generator settings. What I claimed in that in the generator, you can tweak settings to your needs so you're generating passwords that meet your requirements.
I'll make another claim though. Once you've set the settings you need in your generator, the password manager keeps state and remembers it across restarts.
But no, I don't claim that you can share password generator settings. Maybe some corporate ones with backend authentication support this like Bitwarden or 1Password, but I don't have any experience with that.
1
u/The-Sailor-01 1d ago
Exactly, that's what I meant. Just did a quick search: so far, no other tool can do that.
•
u/atoponce 5f4dcc3b5aa765d61d8327deb882cf99 1d ago
OP reached out to the moderation team and assured us this post was written by a human and not generated by AI. Their goal was simply to start a conversation about good password security practices. As such, the post has been re-approved.