I've done it. The generation of the keys is quite simple and
straight forward. There isn't really anything different in how the keys
work for OpenPGP then anything else. Working with the OpenPGP data types is
a bit more work though.
To read and store your work you will need to be able to read and/or
write sequences of OpenPGP packets. Fortunately, crypto++ is already able
to read and write the Integer format. The remainder of the packet
structures are most accounting work at that point.
Good Luck,
Shawn
> -----Original Message-----
> From: Lennart Filutowski [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 16, 2004 9:41 AM
> To: [EMAIL PROTECTED]
> Subject: Generation of keys..?
>
> Hi,
> I was wondering if you can create fully compatible DSA, ElGamal keys
> that
> work with PGP and GPG with the crypto++ lib? Anyone got any code on how
> this
> would be done? Or is there any opensource projects that does just this?
> Thanks guys.
>
> /L
>