开发者

How can I sign a document with a digital signature (PKCS12 Personal certificate) from an asp.net app

开发者 https://www.devze.com 2023-02-27 08:51 出处:网络
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.

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.

Bu开发者_运维知识库t 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.


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#.

0

精彩评论

暂无评论...
验证码 换一张
取 消