Android application compatible with ZX2C4's Pass command line application - agrahn/Android-Password-Store
QtPass is a GUI version of pass, the standard UNIX password manager for Windows, Mac, Linux and BSD. Using optional smartcard or YubiKey protection.
This plugin switches off the 'viminfo', 'backup', 'writebackup', 'swapfile', and 'undofile' options globally when editing a password in pass(1)
storing passwords with age encryption
$ cat README
pa
a simple password manager
https://passwordass.org
features
- encryption implemented using age[1]
- automatic key generation
- automatic git tracking
- multiple identity/recipient support
- written in portable posix shell
- simple to extend
- only ~160 lines of code
- pronounced "pah" - as in "papa"
rewrite of passwordstore in posix sh
I recently developed Pokerware, an offline passphrase generator that operates in the same spirit as Diceware. The primary difference is that it uses a shuffled deck of playing cards as its entropy source rather than dice.
plass is a password manager inspired by password-store in the essence but completely re-implemented with a smaller and (IMO) cleaner interface. It doesn't have fancy trees nor colors in the output; the absence of these is considered a feature. It aims to stay closer to the "UNIX philosophy" by trying to do one thing only and to it (hopefully) well.