Hacker News new | ask | show | jobs
by mxsjoberg 900 days ago
I always recommend using the most secure password manager there is... your own memory and brain power ;)

Create a system or pattern based on url or brand and mentally hash it into a password.

3 comments

> Create a system or pattern based on url or brand and mentally hash it into a password.

Doesn't sound very secure. Also when you realize that you anyway have to trust cryptography, I believe it starts making a lot of sense to have an actual cryptographic key and encrypt it with one good random password you learn by heart.

I use pass https://www.passwordstore.org/, which encrypts my passwords with my GPG key, which comes from my Yubikey, which I unlock with a password. That means that I only need to remember one password, and it feels a lot more secure than your pattern based on url or brand.

That is decidedly not secure. A critical part of any password manager is URL validation.
Famously subject to the $12 attack - buy a monkey wrench from the hardware store, and hit you with it until you tell me your password. Not as secure as many other approaches?