▲ | jwgarber 3 days ago | |||||||||||||||||||||||||||||||
Pass is great, but GPG keys are complicated and add a lot of extra overhead if you don't have one already. Frankly I cannot recommend anyone use GPG today for any purpose. I wrote a much simpler CLI password manager instead that meets explicit security models. https://codeberg.org/jwgarber/napa/src/branch/main/database.... | ||||||||||||||||||||||||||||||||
▲ | upofadown 3 days ago | parent | next [-] | |||||||||||||||||||||||||||||||
From the linked page: > Notably, pass fails both of these requirements, ... , and the files themselves do not use authenticated encryption. With pass you can turn authentication on by setting an option to sign the files by default. That comes at the cost of requiring an extra entry of the passphrase so most do not turn this on. Few people are concerned with the idea that an attacker might modify their passwords so they don't work. There is no real benefit to an attacker. They could just delete the files. Even if signatures are not turned on the regular PGP integrity protection would still be in effect so in the unlikely event that an attacker changed the file an error would be generated and presumably passed on to the user. | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | mongol 3 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||
This is interesting. But does this program have some model or approach for using it in several devices? Is the database syncable in some way, or would you need to remote in to the master location to run it? | ||||||||||||||||||||||||||||||||
|