|
Hi! I am doing
some sigining(cryptography) stuff
to authenticate my browser client. Initially I started with a signed applet and
since it makes a lot of overhead on the application plus the signed applet also
needs to have stringent client side settings so, I started to look for a
different approach. 1) Access browsers SSL module
through javascript code 2) Or write a browser plug-in. Can anyone
throw some light which is the better approach or can anyone suggest a new way
to do cryptographic things at client end without much overhead. Thanks In advance. Tarun |
