使用 CAPICOM 的数字签名需要 1024 位长
我们正在尝试使用 RSA-SHA1 哈希来签署文档。我们尝试使用 Crypt32 库,得到的签名 (DS) 长度为 1024 位(BASE-64 之后为 172 个字节),这是正确的。 当我们尝试对 CAPICOM 执行相同操作时,长度变为 2292 字节 (BASE-64)。使用 CAPICOM 时如何使 DS 长度为 172?
We are trying to sign documents using RSA-SHA1 hash. We have tried using the Crypt32 lib and we are getting signature (DS) length of 1024 bits (172 bytes after BASE-64) which is proper.
When we try to do the same with CAPICOM, the length comes to be 2292 bytes (BASE-64). How can we have DS length of 172 while using CAPICOM?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能是两件事之一。因为 capicom 将数据视为 unicode,或者因为 capicom ds 包含签名者证书。
it could be one of two things. because capicom treats the data as unicode, or because capicom ds includes the signer certificate.