开发者

Javascript digital signatures

开发者 https://www.devze.com 2022-12-22 21:07 出处:网络
To create a digital signature with the client certificate in javascript, there was a function: crypto.signtext() that doesn\'t work anymore

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 开发者_如何学Pythonthis 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.


For me, the best solution is to use a browser extension like WebPKI

0

精彩评论

暂无评论...
验证码 换一张
取 消