Ask HN: How do you manage your passwords?
31–40 of 92 posts
Re: Ask HN: How do you manage your passwords?
#32Currently 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?
#33I 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
Re: Ask HN: How do you manage your passwords?
#341password 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.