CryptoAPI 和 XMLDSIG c、c++、delphi
我正在尝试使用封装签名签署 xml 文档(http://www.w3.org/TR/xmldsig-core/),我设法计算签名信息部分,但我正在努力获得有意义的结果来自 cryptoapi,不幸的是我必须坚持使用 crypto api(没有外部库,没有 XmlXec)。签名方式为rsa-sha1,摘要方式为sha1。 您有任何用 C、C++ 或 Delphi 构建 xml 签名的工作示例吗?
I'm trying to sign a xml document (http://www.w3.org/TR/xmldsig-core/) with an enveloped signature, I managed to calculate the signed info part but I'm struggling to get a meaningful result from the cryptoapi, unfortunately I have to stick to the crypto api (no external libs, no XmlXec). The signature method is rsa-sha1, the digest method is sha1.
Do you please have any working example of the construction of a xml signature in c, c++ or delphi?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MSDN中有一篇关于XML签名的文章:
http://msdn.microsoft.com/en-我们/库/ms757845(v=VS.85).aspx
There is an article in the MSDN about XML signatures:
http://msdn.microsoft.com/en-us/library/ms757845(v=VS.85).aspx