Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在使用 openssl 创建的 PEM 文件中有一个 RSA 密钥,我试图将其加载到 Lockbox3(一个 delphi 组件)中,但它们似乎不兼容。在他们的论坛中,我发现了这个:
“只有在你确定了对方使用的所有选项,无论是显式的还是隐式的(通常没有很好的文档记录),你才有机会实现互操作性。”
所以,我想知道是否有人让它工作。
最新版本的 Lockbox(可从 SVN 获得,尚未下载文件)提供了 OpenSSL 的 RSA 功能的 Delphi 包装器。它可以保存和加载 PEM 格式的文件。我希望这能满足。
OpenSSL 组件目前被标记为实验性的,但它已经过测试并且似乎运行良好。