Re: Encrypt/Decrypt via PKCS11

2007-09-24 Thread Wan-Teh Chang
On 9/23/07, Oliver <[EMAIL PROTECTED]> wrote: > Hi Folks, > > sorry if this is a dumb question but I didnt find anything on the net. > > I have the need to run decryption/encryption with RSA-keys from > Javascript. I am familiar to the PKCS11 Certifiate/Siganture Stuff but > unable to find a suitab

RE: Signing multiple times. Was: About Firefox security.

2007-09-24 Thread Alberto Hernandez
Anders, We were actually contemplating the chance to build our own active for the signature to work just as it works in IE. This is the code for signing using capicom. ' Set Signer = CreateObject("CAPICOM.Signer.2") Signer.Certific

Re: Signing multiple times. Was: About Firefox security.

2007-09-24 Thread Anders Rundgren
Alberto, I may be wrong but I believe the best way you could actually sign multiple documents without getting prompted for each signature is to sign a an object consisting of digests of the actual documents to sign. This is the method used in XML Dsig. Another method is to use S/MIME packaging wh

Re: java plugin and firefox keystore

2007-09-24 Thread Abraham
Hi, First of all, thanks for your answers. I think I didn't explain my problem very well (or perhaps i´m a bit lost :P), sorry for that. When I use a http connection or a https connection (with no client authentication) the applet works well and it can access firefox keystore. The problem appears

Re: java plugin and firefox keystore

2007-09-24 Thread Abraham
Hi, First of all, thanks for your answers. I think I didn't explain my problem very well (or perhaps i´m a bit lost :P), sorry for that. When I use a http connection or a https connection (with no client authentication) the applet works well and it can access firefox keystore. The problem appears