Live data from Hacker News

Ask HN: How do you manage your passwords?

news.ycombinator.com

31–40 of 92 posts

Re: Ask HN: How do you manage your passwords?

#32
PasswordSafe (on Windows, Android, and under Wine on Mac), because I want to own my data and not be forced or pressured to use some cloud service. Also, PasswordSafe was the most secure according to some tests.

Currently still using DropBox to sync the password file and backups, but will switch soon to ownCloud with my own server.

The Firefox password manager contains copies of many of the passwords, but I don't sync those between machines.

Re: Ask HN: How do you manage your passwords?

#33

I use a shell alias: alias getpass='_getpass() { _g=$(printf "sauce%s" "${*}" | md5sum | openssl enc -base64 | cut -c1-16); printf "%s" "${_g}"|xclip -selection clipboard 2>/dev/null|| printf "%s\\n" "${_g}"; }; _getpass' like this: $ getpass mail@domain.lts $ getpass user@domain.lts #for ssh logins

Seems like that would be pretty annoying for passwords that must be changed periodically (or even just occasionally).

Re: Ask HN: How do you manage your passwords?

#34
post #8

1password on iOS/OSX. There was a big discount on both a while back and I jumped on it. Even today, I'd consider paying for it. I've tried all the open source options, none of them worked nearly as well as 1pwd.

Hands down the best fifty bucks I've ever spent.
Post reply on HN