|
|
Subject:
Browser-based (online) digital signature applet
Category: Computers > Security Asked by: kerberos-ga List Price: $30.00 |
Posted:
16 Jul 2004 12:06 PDT
Expires: 15 Aug 2004 12:06 PDT Question ID: 375067 |
|
There is no answer at this time. |
|
Subject:
Re: Browser-based (online) digital signature applet
From: crythias-ga on 16 Jul 2004 20:33 PDT |
Does it have to be x.509? How does the end user generate his own key? Java won't work as an applet, because (IIRC) Java APPLETS don't allow save to disk. Unless you can be able to know exactly where the key is stored on the User's side, or the User knows where his key is stored, there is a problem. 1) The user must have a key. a) if the user doesn't generate the key, then you generate the key on your side. b) if you generate the key, then the user doesn't own the security of the key. i) if you generate the key and hold the key on your servers, using SSL encryption, you msy/must still ask for the user to password accept the key to sign. ii) if you do that, then it's all about server side key handling. Since the server holds the keys, then the person who is logged in can use his key password through SSL to unlock the key for signing, and send. Except... this is essentially what SSL is for, anyway, isn't it? Secure transactions, and this is who you say you are. I as a user know I've made a transaction securely... I see the lock at the bottom of the browser, you've told me it's all secure, and by making my transaction, it's not signature enough? If I'm logged in, and you need it, give me a button to click that "I agree. Sign it" and you sign it with my key that you store on your server. I don't need overhead on my side. If you want me to sign with *MY* key that *I* own privately, I need to generate the key, store the key, protect the key, not forget the key or the pwd, not delete the key, present the key, unlock the key, use the key, submit the signed entry. :) Make it easy on me :). |
Subject:
Re: Browser-based (online) digital signature applet
From: crythias-ga on 18 Jul 2004 10:49 PDT |
Does this help any? http://www.aleksey.com/xmlsec/api/xmlsec-notes-sign.html |
Subject:
Re: Browser-based (online) digital signature applet
From: crythias-ga on 18 Jul 2004 23:21 PDT |
How about this: http://www.ubizen.com/c_products_services/3_ubizen_dmzshield/c3324.html or this: http://java.sun.com/j2se/1.5.0/docs/guide/security/p11guide.html#Intro |
Subject:
Re: Browser-based (online) digital signature applet
From: kerberos-ga on 19 Jul 2004 09:14 PDT |
Hi crythias-ga, Looks like you're now closer to the solution for my request. From which I could see, I need something similar to the Ubizen solution, and sounds like this can be done using the Java API, but looking back to my question, I need a working source code for the applet (requirement #1). I'll consider this question answered if THE PROVIDED SCRIPT AT LEAST WORKS WITH MS INTERNET EXPLORER (If it also works with Netscape/Mozilla I'll will consider as a plus and give an extra tip). Thank you. |
Subject:
Re: Browser-based (online) digital signature applet
From: athena4-ga on 26 Jul 2004 16:52 PDT |
kerberos-ga : Does this meet your needs? http://developer.netscape.com/tech/security/formsign/formsign.html (also pointed from http://www.mozilla.org/projects/security/pki/nss/tools/ , with bug fix in mozilla http://bugzilla.mozilla.org/show_bug.cgi?id=29152 ) The elock formseal product appears to satisfy the needs (except for non-MS OS machines, the user needs to execute a script) - but not "free." http://www.elock.com/Default.asp |
Subject:
Re: Browser-based (online) digital signature applet
From: kerberos-ga on 02 Aug 2004 10:32 PDT |
athena4-ga, Can you make an working example using the information described in the links? As I mentioned before, I need at least a working script for MS IE. Thank you! PS.: Sorry for the delay in answering your comment, I've been traveling for a while... |
Subject:
Re: Browser-based (online) digital signature applet
From: athena4-ga on 31 Aug 2004 00:48 PDT |
Sorry I was gone a while as well. In any case, no, I don't have a working example, since I am not a professional programmer. If you have professional programmers you have access to, perhaps then can do that, given the information sources. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |