Page 1 of 1
How to read smart card certificate with Javascript
Posted: Mon Dec 21, 2015 4:42 am
by Erisaron
I want to know if it is possible to read smart card certificate with Javascript. I found that node.js would be a good solution. But how would it work with smart card? Could anyone tell me more details?
Re: How to read smart card certificate with Javascript
Posted: Mon Dec 21, 2015 9:55 pm
by UNKNwYSHSA
1 The document of Node.js have one class
crypto.Certificate.The only one class about certificate in Node.js.
2 Node.js support Addons. You can implement certificate function(s) in one addon, and call from Node.js.