I have a requirement where-in I have a web form with various asp.net form fields. The values entered by the user in this fields have to be signed. The signing key would be in a USB attached to the computer.
These form fields entered (say textboxes etc), eventually become a document, which will be digitally signed and encrypted, and will be sent back to the server.
Currently the app is made using Java applet, but it is having its issue. Do we have any similar approaches in .Net framework using c#, where we can create this utility,which should be accessible from all browsers, be downloaded from the web and have one click deploy features.
Any approach or method to create a utility which can be invoked from any browser the response back to browser or directly to the server.
Thanks In Advance!!!...