是否有任何库支持 RSASSA-PSS 与 EMSA-PSS 编码技术和证书验证..?

发布于 2024-11-15 01:46:45 字数 85 浏览 5 评论 0原文

我需要使用 RSASSA-PSS 和 EMSA-PSS 编码对数据进行签名.. openssl 不支持此算法。可以告诉我是否有其他开源库可以执行此操作..?

i need to sign the data using RSASSA-PSS with EMSA-PSS encoding .. openssl does not support this algorithm .can any tell me is there any other open source libraries available to do this..?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

完美的未来在梦里 2024-11-22 01:46:45

Crypto++ 提到了 PSS 和 EMSA。

Crypto++ mentiones PSS and EMSA.

怪我入戏太深 2024-11-22 01:46:45

OpenSSL 支持 RSA-PSS (http://www.openssl.org/docs/apps/pkeyutl.html#RSA_ALGORITHM) 以及其他库(BouncyCastle 也应该这样做)。

OpenSSL supports RSA-PSS (http://www.openssl.org/docs/apps/pkeyutl.html#RSA_ALGORITHM), as well as other libraries (BouncyCastle should do that as well).

花心好男孩 2024-11-22 01:46:45

看看这里:
http://fixunix.com/openssl/526614-signing-verifying -messages-rsassa-pss.html
我还没有尝试过这种实现,但我自己有一个看起来像这样的实现,而且它工作得很好

Have look here:
http://fixunix.com/openssl/526614-signing-verifying-messages-rsassa-pss.html
I haven't try this implementation, but I have one of my own that looks like this one, and it's perfectly working

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文