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 在 PHP 中加密消息。我已经生成了一个有效的密钥对(都保存到 PEM 文件中)。
在 vb.net 中,我试图使用私钥解密保存在 mysql 数据库中的消息,但我似乎无法找到将私钥合并到解密示例中的方法。我发现的所有示例都集中在生成密钥对上。
有人有想法么?
提前致谢