XML Signature in a Web application

Posted by OpenDevSoft on Stack Overflow See other posts from Stack Overflow or by OpenDevSoft
Published on 2009-05-16T12:14:07Z Indexed on 2010/05/19 8:10 UTC
Read the original article Hit count: 503

Hi,

We are developing an e-Banking web application for a small bank (up to 20000 clients/users). We have to implement digital signatures with X509 certificates (issued by CA on USB tokens) for signing payment information. We tried using CAPICOM but it seems that it is not working well with Windows Vista (have not tried it with Win 7). The other problem is that core banking system can process only Xml digital signatures, so we have to sign XML documents (not just a bulk-formatted text data like with CAPICOM and Win32 Crypto API).

So my questions here are:

  • Does anyone of you have similar problem and how did they solved it?

  • Is there a plug-in, library, component or external tool (for Internet Explorer and/or Fire Fox) that supports XML Digital Signatures in a web application?

  • Can you please recommend some of these products and write something about your experience with them?

Thank you very much.

© Stack Overflow or respective owner

Related posts about Xml

Related posts about certificate