如何通过本地 PCSC 应用程序与远程 PCSC 读卡器通信?
需要使用本地 PCSC 读卡器应用程序与位于远程 PCSC 读卡器中的智能卡进行通信。
(Windows)
| - - - - - local - - - - - | | - - - - remote - - - - |
PCSC app <-> virtual PCSC <-> tunnel <-> tunneling PCSC app <-> SCard
进行这种远程卡通信有哪些选项?
- 也许一个选择是为每个隧道连接实例实现虚拟设备?我不知道如何去做。我更喜欢 Java 或 .NET。
或者
- 也许可以通过将winscard.dll(代理)放入PCSC应用程序文件夹来伪造它?
我想在远程端实现隧道 PCSC 应用程序作为 java web 小程序。
您有什么好的建议或其他选择我应该如何解决这个问题?
There is a need to use local PCSC reader application to communicate with the Smart Card which is located in the remote PCSC reader.
(Windows)
| - - - - - local - - - - - | | - - - - remote - - - - |
PCSC app <-> virtual PCSC <-> tunnel <-> tunneling PCSC app <-> SCard
What are the options to do this kind of remote card communication?
- Maybe an option would be to implement virtual device for every tunneling connection instance? I don't have knowledge how to do it. I would prefer Java or .NET.
OR
- Maybe is it possible to fake winscard.dll(proxy) by just putting it into PCSC applications folder?
I would like to implement tunneling PCSC app at remote side as a java web applet.
Do you have any good suggestions or additional options how should I solve this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
OpenCT 声称有这样的东西: http://www.opensc-project.org/openct 。
您还可以获得带有以太网的智能卡读卡器,它们的驱动程序会执行类似的操作。
OpenCT claims to have something like this: http://www.opensc-project.org/openct.
Also you can get Smartcard readers with Ethernet, their drivers do something like this.