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
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
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