RE: https://mastodon.scot/@kim_harding/116108957641748718
I want this but as a Linux distribution. I don't think I'm asking for much here. I am just asking for the "open source community" to be to the left of Goldman Sachs
RE: https://mastodon.scot/@kim_harding/116108957641748718
I want this but as a Linux distribution. I don't think I'm asking for much here. I am just asking for the "open source community" to be to the left of Goldman Sachs
My understanding is that Bitwarden and KeePassXC, the two open source password managers, are *both* using random code generators at this point, which is terrifying as those are the exact tools where a small error could have the largest negative impact, and also tools that once you've committed to using it you can't quickly back out if they enter a code quality decline
@nina_kali_nina @lunarloony @luana @mcc
I use pass, which is essentially a shell script relying on gpg for encryption.
https://www.passwordstore.org/
It's lovely, simple, and does everything I need. Integrates well with qutebrowser, my web browser.
@nina_kali_nina @lunarloony @luana @mcc
It also has built-in git integration, so I sync to a client on iOS via a bare git repo on my server over ssh. There are various client apps for other web browsers and OS platforms; I haven't tried them, though.
Definitely!
Also, if you ever stop trusting pass, it helps to know you can just run gpg --decrypt on the password files. ;D