To create a digital signature with the client certificate in javascript, there was a function: crypto.signtext() that doesn't work anymore
What is the easiest way to do this now?
To create a digital signature with the client certificate in javascript, there was a function: crypto.signtext() that doesn't work anymore
What is the easiest way to do this now?
It hasn't gone away, it's just you have to spell it with a capital T
. And still being Netscape/Mozilla/Firefox-only, it's of limited usefulness.