Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/475.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用Javascript读取智能卡证书_Javascript_Smartcard - Fatal编程技术网

使用Javascript读取智能卡证书

使用Javascript读取智能卡证书,javascript,smartcard,Javascript,Smartcard,我需要知道是否有可能用Javascript读取智能卡证书。NodeJS是一个不错的解决方案。我探索并找到了NodeJS插件 xml-crypto 对于数字签名xml,它工作得很好,但我在光盘上写入了certificate.pem的正确路径(它不在智能卡上)。它将如何与智能卡一起工作呢?pcsc lite有一个node.js绑定(如果您的代码在linux上运行) 谢谢。你确定它不能在windows上运行吗?根据ludovic rousseaus 2014年9月的博客文章,没有可用的windows

我需要知道是否有可能用Javascript读取智能卡证书。NodeJS是一个不错的解决方案。我探索并找到了NodeJS插件

xml-crypto

对于数字签名xml,它工作得很好,但我在光盘上写入了certificate.pem的正确路径(它不在智能卡上)。它将如何与智能卡一起工作呢?

pcsc lite有一个node.js绑定(如果您的代码在linux上运行)


谢谢。你确定它不能在windows上运行吗?根据ludovic rousseaus 2014年9月的博客文章,没有可用的windows支持(但?),windows支持已添加到0.4.0中