Crypto 的小型 Windows 替代品用于解码 RSA?

发布于 2024-09-26 11:56:16 字数 78 浏览 4 评论 0原文

Crypto++ 很大(已编译),我想找到一种替代方案来解码 RSA 编码块。

我正在寻找适用于 Windows 的解决方案。

Crypto++ is huge (compiled) and I would like to find an alternative to decode a RSA encoded block.

I'm looking for a solution for Windows.

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

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

发布评论

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

评论(3

丑疤怪 2024-10-03 11:56:16

如果您(仅)使用 Windows,为什么不使用 Windows CryptoAPI?

Crypto API 当然具有执行 RSA 加密/解密的能力。它还具有一些用于编码和解码 PKCS#7/CMS 消息格式的逻辑。从你的问题中并不清楚你到底想做什么。

If you're using Windows (only) why not use the Windows CryptoAPI?

Crypto API certainly has the ability to perform RSA encryption/decryption. It also has some logic for encoding and decoding PKCS#7/CMS message formats. It's not clear from your question exactly what you want to do.

流殇 2024-10-03 11:56:16

如果您使用 Qt,QCA 是一个小的替代方案。

If you are using Qt, QCA is a small alternative.

骷髅 2024-10-03 11:56:16

您可能需要检查适用于 Windows 的 OpenSSL 库 (http://gnuwin32.sourceforge.net/packages/openssl .htm)。我不知道 Crypto++ 导致的实际大小增加,最新的 OpenSSL dll 的大小(需要与应用程序一起部署)约为 1.5MB。

You may want to check OpenSSL library for windows (http://gnuwin32.sourceforge.net/packages/openssl.htm). I don't know the actual size increase caused by Crypto++, the latest OpenSSL dll's size (that you need to deploy along with your application) is around 1.5MB.

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