can decrypt a message only with gpgme lib?!
Marcus Brinkmann
marcus.brinkmann at rub.de
Fri Oct 17 21:27:19 CEST 2008
Yunfeng wrote:
> I read the
> gpgme.info(http://mibai.tec.u-ryukyu.ac.jp/cgi-bin/info2www?(gpgme.info)Top)
>
> But I am not clear that can I decrypt a message only use the Gpgme lib?!
>
> What the relationship between the Gpg and the gpgme ?
GPGME is a wrapper library around gpg. It provides convenient access to
gpg, a command line utility, from the C language.
Check out the file gpgme/tests/gpg/t-decrypt.c to see an example for a
decryption operation from GPGME.
Thanks,
Marcus
More information about the Gnupg-devel
mailing list