Den 25. jan. 2017 01:11, Marin Usalj skreiv:
> Maybe you can just encrypt it with gpg and store in the same file
> structure?
> One option is to gpg it with --armor and store in the same file, other
> option is to just create a separate file next to it.
> 
> Encrypt:
> $ gpg2 --output encrypted.gpg --compress-algo zlib --symmetric
> yourfile.png
> 
> Decrypt:
> $ gpg2 --output decrypted.png --decrypt encrypted.gpg


should be simple to implement a "pass store idcard.png work/office"
which adds the file as work/office/idcard.png.gpg to your password
repository, and a corresponding "pass view work/office/idcard.png" which
decrypts the file to (reasonably) secure tmpfs and launches xdg-open
(Linux) or similar for other platforms.

-- 
Kjetil T. Homme
Redpill Linpro - Changing the game

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Password-Store mailing list
[email protected]
https://lists.zx2c4.com/mailman/listinfo/password-store

Reply via email to