Displaying 2 results from an estimated 2 matches for "encrypted_message".
2019 Apr 08
2
decrypt.rb
...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 <PATH_TO_DOVECOT_KEYFILE> -f ./encrypted_message
But when I do it just displays the info below and exits (I've subbed
<DATA> tags for the actual data):
------------------[OUTPUT]-----------------------
Key(s) (total: 1)
? - Key type? : EC
? - Key digest: <DATA1>
? - Peer key? : <DATA2>
? - Encrypted : <DATA3>...
2019 Apr 09
0
decrypt.rb
...> 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 <PATH_TO_DOVECOT_KEYFILE> -f ./encrypted_message
>
> But when I do it just displays the info below and exits (I've subbed
> <DATA> tags for the actual data):
>
> ------------------[OUTPUT]-----------------------
>
> Key(s) (total: 1)
> ? - Key type? : EC
> ? - Key digest: <DATA1>
> ? - Peer key? : <...