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


--
Marin Usalj
supermar.in



On Tue, Jan 24, 2017, at 03:59 PM, Gutierri Barboza wrote:
> Hello
> 
> Through
 the Pass storage structure, there is no way to "upload" the image file,
 for it stores as passwords in plain text and descriptive for plain text
 as well.
> 
> There is a graphical¹ interface written in C ++ and QT, but it may not solve 
> your problem.
> 
> [1] https://qtpass.org/
> 
> Em ter, 24 de jan de 2017 às 18:37, Sebastian Wiesner <[email protected]> 
> escreveu:
>> Hello,
>>  
>>  does pass offer a convenient interface to add arbitrary encrypted files 
>> along with entries?
>>  
>>  I'm currently using 1Password for macOS which lets me add attachments to 
>> entries, e.g. a photo copy of my ID card along with my ID number or license 
>> files for software I bought.
>>  
>>  Regards,
>>  Sebastian
>>  _______________________________________________
>>  Password-Store mailing list
>>  [email protected]
>>  https://lists.zx2c4.com/mailman/listinfo/password-store
> _________________________________________________
> Password-Store mailing list
> [email protected]
> https://lists.zx2c4.com/mailman/listinfo/password-store
_______________________________________________
Password-Store mailing list
[email protected]
https://lists.zx2c4.com/mailman/listinfo/password-store

Reply via email to