Hi,

We have a requirement to generate security keys and store them in DB by
the hundreds.

Another C++ application will read these keys, and use encryption with
these keys for messages being sent to different destinations.

 

I found an API to save these keys to files (PEM_write_RSAPrivateKey).

How can I save these in DB (as strings probably) without saving to
files?

 

Thanks

Reply via email to