RSA 签名的大小是多少(以字节为单位)?

发布于 2024-08-21 03:36:13 字数 124 浏览 5 评论 0原文

我目前正在使用 Crypto++ 为数据块生成签名。我预计签名为 20 个字节(SHA 1 哈希),因为我的理解是签名只是一个加密的哈希。但是当检查 maxsignaturelength 和签名长度时,它似乎是 192 字节。正常吗?

I'm currently using Crypto++ to generate a signature for a block of data. I expected the signature to be 20 bytes ( SHA 1 Hash) , as my understanding was that the signature is just an encrypted hash. But when checking with maxsignaturelength and signature length , it seems that it is 192 bytes. Is it normal?

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

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

发布评论

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

评论(1

不一样的天空 2024-08-28 03:36:13

签名的大小是 RSA 模数的大小(以字节为单位)。

The size of the signature is the size of the RSA modulus in bytes.

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