Password store like 1 Password
Password management is a huge problem still existing on the internet.
- You should not use the same password on different sites
- Passwords should be complicated
My strategy:
- Use single sign on / social login whenever possible
- Use a password manager for other sites
So I looked for password managers. 1Password is not cheap. 5 USD / month for a family account. Another concern is if its working on every browser e.g. on OpenBSD.
If I build one myself.
First idea was to make a javascript local "deterministic password generator" available from your browser. But that has some disadvatanges.
Another approach is to keep a secure password storage on the cloud.
- Use social login to access the main page.
- Select site in dropdown or fuzzy search.
- Enter master password to decrypt locally.
- Show stored user/password for site.
This should be safe and available on all browsers and reasonably easy to use.
Other
- open source password managers
- passbolt
- enpass
- Fatal flaws in deterministic password managers
- https://www.passpack.com/
- encryptr
- pass
- bitwarden - @jcs seems to have solved it!