Re: Default algorithm and gpgme questions

2011-02-15 Thread Hans Alves
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

Default algorithm and gpgme questions

2011-02-15 Thread Hans Alves
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

gpgme passphrase help

2011-02-12 Thread Hans Alves
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