ayushnix / pass-coffin

A password store extension to hide data inside a signed and encrypted coffin
GNU General Public License v3.0
41 stars 3 forks source link

sign the encrypted coffin using PASSWORD_STORE_SIGNING_KEY #1

Closed ayushnix closed 2 years ago

ayushnix commented 2 years ago

If PASSWORD_STORE_SIGNING_KEY is set by the user, use it to sign the encrypted gpg coffin. This should ensure authenticity of the encrypted coffin.

ayushnix commented 2 years ago

implemented in v1.2.0