OpenSSL's PEM file and Lockbox3 interoperability
Asked Answered
P

1

1

I have a RSA key in a PEM file created with openssl, and Im trying to load it into Lockbox3 (a delphi component) but it seems they are not compatible. In their forums I found this:

"Only after you nail down all the options used by the other party, both explicit and implicit (which are typically poorly documented), do you have a chance for interoperability."

So, I'm wondering if someone had made it work.

Peebles answered 15/7, 2011 at 3:17 Comment(1)
Can you name some of the cryptographic libraries you mentioned?Peebles
M
0

The latest version of Lockbox (available from SVN, not the file downloads as yet), provides a Delphi wrapper of OpenSSL's RSA functionality. It can save and load files in PEM format. I hope this satisfies.

The OpenSSL component is marked as experimental at the moment, but it has been tested and seems to work well.

Menses answered 6/10, 2011 at 6:58 Comment(2)
Hey Sean, can you provide an example?Dudley
The library comes with a demo. (lockbox.seanbdurkin.id.au/Grok+TurboPower+LockBox)Menses

© 2022 - 2024 — McMap. All rights reserved.