▲ | puffybuf 3 days ago | |
I store my passwords on an encrypted file partition sqlite database. My script grabs the pass and immediately closes the partition afterwards. You can also just encrypt your passwords into individual encrypted files (one for each password) and have your script clear the gpg agent after a passfile is decrypted. |