
mo at g10code
May 6, 2006, 2:44 AM
Post #2 of 3
(1256 views)
Permalink
|
|
Re: loading a private rsa key with libgcrypt
[In reply to]
|
|
On Fri, 2006-05-05 at 19:07 +0200, Juergen Lueters wrote: Hello Jurgen, > Is there any documentation or example code which shows how to load a pem > file and transform it into a suitable data set? as you probably have noticed yourself already: Libgcrypt does not contain code for handling PEM blobs. I guess you could extract appropriate code from other crypto tools, able of parsing PEM. Moritz
|