1123 shaares
39 private links
39 private links
9 results
tagged
password
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.