Y
Hacker News
new
|
ask
|
show
|
jobs
by
wishinghand
3296 days ago
I only know two passwords: one for my password manager and one to unlock my computer.
1 comments
cuonic
3296 days ago
But you're still "managing umpteen million passwords", hence the name password manager.
link
nilved
3296 days ago
That makes no sense. You use a password manager so you don't need to manage the passwords. If you don't like the concept of having passwords at all then use a stateless, hash-based password generator instead.
link
virmundi
3295 days ago
How does one integrate that with Facebook or Google or Nameasite?
link
nilved
3295 days ago
A browser extension could be made pretty easily. If you have a terminal open, do `echo mymasterpassword facebook.com | shasum -a 256 | pbcopy`.
link