如何从 asp.net 应用程序使用数字签名(PKCS12 个人证书)签署文档

发布于 2024-11-02 03:13:56 字数 150 浏览 4 评论 0原文

我有一个 asp.net 网站,我将从该网站上传文档。我将继续从文档创建一个哈希值,以便出于安全原因将其存储在列中。

但我需要使用用户个人证书存储中的证书来加密该“哈希”。

我想从浏览器中执行此操作,即使我最终得到的解决方案只能部署在 IE 中也没关系。

I have an asp.net website, from which I'll be uploading a document. I'll proceed to create a hash from the document so I can store it in a column for security reasons.

But I need to encrypt that "hash" using a certificate that lies in the Personal Certificate store of a user.

I'd like to do this from the browser, it doesn't matter if I end up with a solution where it can only be deployed in IE.

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

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

发布评论

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

评论(1

可遇━不可求 2024-11-09 03:13:56

我们的 SecureBlackbox 支持分布式签名,并具有浏览器的客户端模块(Java applet、 ActiveX 控件和 Flash 小程序)。它正是您所寻找的。包含 C# 的 PDF 签名示例。

Our SecureBlackbox supports distributed signing and has client-side modules for browsers (Java applet, ActiveX control and Flash applet). It does exactly what you are looking for. PDF signing sample is included for C#.

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