Link to home
Start Free TrialLog in
Avatar of cto
cto

asked on

Accessing crypto store from Javascript

As part of a logon scheme, I want to verify a user's identity by checking against his digital certificate.

Thus I need to be able to request a digital signature made by the user's private key.

In Netscape, this is fairly easy through the crypto.signText() method. But this doesn't work with Internet Explorer.

How do I do a similar thing with Internet Explorer?
ASKER CERTIFIED SOLUTION
Avatar of CJ_S
CJ_S
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial