如何从 asp.net 应用程序使用数字签名(PKCS12 个人证书)签署文档
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们的 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#.