如何通过本地 PCSC 应用程序与远程 PCSC 读卡器通信?

发布于 2024-12-22 15:48:22 字数 505 浏览 1 评论 0原文

需要使用本地 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

貪欢 2024-12-29 15:48:22

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文