OpenSSL's PEM file and Lockbox3 interoperability

余生颓废 提交于 2019-12-08 05:02:40

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/6702351/openssls-pem-file-and-lockbox3-interoperability

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!