El Tue, 15-02-2011 a las 15:15 -0500, Jerry escribió:
> On Tue, 15 Feb 2011 19:11:24 +0100
> Hans Alves articulated:
>
> > Hey,
> >
> > I noticed that when I use a symetric cipher, the default algorithm is
> > CAST5 which allways gives me this warning when decr
Hey,
I noticed that when I use a symetric cipher, the default algorithm is
CAST5 which allways gives me this warning when decrypting:
gpg: WARNING: message was not integrity protected
So, is there a way to change the default algorithm to AES or TWOFISH
without having to specify it as a command-li
Hello folks,
I am trying to write a GPG plugin for Geany, using GPGME. So far, i got
the encryption working, but, when the user does not select any
recipients, i want the plugin to use a symmetric cipher. The problem
is that i can't seem to figure out how to get the passphrase
callback working