Tiny Plaintext-based Password Manager
reddit.com·23h·
Discuss: r/rust
Flag this post

Long story short, I desperately needed a password manager, but didn’t want to go with a big, online-vault style thing as I consider such a thing dangerous. Now, there are many open-source local filesystem-based solutions out there, but I didn’t want to just entrust my passwords to foreign code either.

So I made yet another one, qass (pass was taken).

It stores all login data with encrypted passwords as YAML files. These can be edited either via the CLI, or by hand (and then synced later). It encrypts with AES-GCM-SIV, and has layers of common-sense measures to minimize impact even if part of the plaintext store is accidentally exposed.

For instance, getting a cleartext password out of the store…

Similar Posts

Loading similar posts...