Displaying 4 results from an estimated 4 matches for "path_to_public_key".
2019 Apr 09
3
decrypt.rb
...gt;
> Hi!
> Maybe the key you tried was not used to encrypt the file?
> Aki
Aki, it's the same key I've used in the config for the mail_crypt plugin
in 90-plugin.conf:
plugin {
? mail_crypt_global_private_key = <[PATH_TO_PRIVATE_KEY]
? mail_crypt_global_public_key = <[PATH_TO_PUBLIC_KEY]
? mail_crypt_save_version = 2
}
That's the private key that's encrypting all of the messages
successfully, so that's the one I would use with script, correct?
-Dave
2019 Apr 08
2
decrypt.rb
Per the Dovecot site here:
https://wiki.dovecot.org/Plugins/MailCrypt
... the "decrypt.rb" ruby script can be used to decrypt a
Dovecot-encrypted message file from the command line.? The script sort
of runs successfully for me, in the sense that it doesn't error out, but
it doesn't show the decrypted message.
I've called it like so:
decrypt.rb -k
2019 Apr 10
0
decrypt.rb
...you tried was not used to encrypt the file?
> > Aki
>
> Aki, it's the same key I've used in the config for the mail_crypt
> plugin in 90-plugin.conf:
>
> plugin {
> ? mail_crypt_global_private_key = <[PATH_TO_PRIVATE_KEY]
> ? mail_crypt_global_public_key = <[PATH_TO_PUBLIC_KEY]
> ? mail_crypt_save_version = 2
> }
>
> That's the private key that's encrypting all of the messages
> successfully, so that's the one I would use with script, correct?
> -Dave
>
Yes. I gave it a try here, and it seems to work. Does it give any extra
information i...
2019 Apr 10
2
decrypt.rb
...o encrypt the file?
>>> Aki
>> Aki, it's the same key I've used in the config for the mail_crypt
>> plugin in 90-plugin.conf:
>>
>> plugin {
>> ? mail_crypt_global_private_key = <[PATH_TO_PRIVATE_KEY]
>> ? mail_crypt_global_public_key = <[PATH_TO_PUBLIC_KEY]
>> ? mail_crypt_save_version = 2
>> }
>>
>> That's the private key that's encrypting all of the messages
>> successfully, so that's the one I would use with script, correct?
>> -Dave
>>
> Yes. I gave it a try here, and it seems to work. Doe...