CryptoAPI 和 XMLDSIG c、c++、delphi

发布于 2024-12-09 01:29:35 字数 205 浏览 0 评论 0原文

我正在尝试使用封装签名签署 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 技术交流群。

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

发布评论

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

评论(1

饭团 2024-12-16 01:29:35

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

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