Do I have to install gpg before using gpgme library?

2012-03-24 Thread Peter Chen
Dear All, I am making development on an encryption tool based on the GPGME library. As the gpgme manual describes, it uses GnuPG as one of its backends. Then my question arises, if I want to encrypt/sign some messages with OpenGPG protocol through GPGME , do I have to install gpg on my computer as

Re: Do I have to install gpg before using gpgme library?

2012-03-24 Thread Daniel Kahn Gillmor
On 03/24/2012 12:07 PM, Peter Chen wrote: I am making development on an encryption tool based on the GPGME library. As the gpgme manual describes, it uses GnuPG as one of its backends. Then my question arises, if I want to encrypt/sign some messages with OpenGPG protocol through GPGME , do I have

signature verification data

2012-03-24 Thread auto15963931
When an encrypted file sent to me is both encrypted and signed, when I use a command like this: gpg -o file-out -d file-in I can see the signature verification data appear as standard output, in the terminal, while the file-out contents are separated from it. Is there a way to have the signa