Displaying 1 result from an estimated 1 matches for "pirvkey".
Did you mean:
dir_key
2018 May 17
1
Decryption method for Maildir messages stored by mail_crypt plugin
...ons require
access to Maildir messages in plaintext.
I've found numerous threads detailing help with mail_crypt setup, but none
of my research has yielded a method of decrypting the stored messages.
Relevant plugin config:
mail_crypt_curve = prime256v1
mail_crypt_global_private_key = <pirvkey>
mail_crypt_global_public_key = <pubkey>
mail_crypt_save_version = 2
Method I attempted for manual decryption is listed below:
openssl pkeyutl -derive -inkey mailcrypt.key -peerkey mailcrypt.pub -out
shared_secret.bin
openssl enc -aes256 -base64 -k $(base64 shared_secret.bin) -d -in...