Categories

Return of the struggle

If you ever wondered what parameters you could pass in that funny xmllet <GnupgKeyParms></GnupgKeyParms> when using gpgme_op_genkey:

The answer to that is

in the gnupg source, file g10/keygen.c, line 2363
at http://lists.gnupg.org/pipermail/gnupg-users/2007-February/030330.html
at doc/DETAILS, line 716.

Eternal struggle

My current task is evaluation crypto (here: OpenPGP) solutions for Microsoft Windows; of course including GnuPG.

Well, what do I say. While there is a nice installer for GnuPG on Windows available (either here or here), try to find one for the gpgme supporting library… (including header and .lib import files for Visual Studio, that is).

You [...]