plass: manage passwords
4 points by runxiyu
4 points by runxiyu
So essentially an alternative implementation of zx2c4's password-store. I'd wish we all switch away from gpg for these purposes sooner though!
It's not a drop-in replacement for pass, as you need to specify 'plass cat something' ... where cat is the default for regular 'pass', so it wasn't in my muscle-memory.
The totp tool also doesn't like it if there's more data than just the totpauth:// entry being fed into it.
Just out of curiosity, why so much gpg hate? Is it because it's legacy?
There's also gopass, which is also an alternative implementation that has been around for a few years now. (Written in go, as the name would suggest)
This one (plass) is written in perl, with a c-helper for totp it seems.
And this post seems to tell me that the ftp command can download files from http(s) ... you learn something new every day.