关于智能卡的一些问题

发布于 2024-11-26 13:34:18 字数 235 浏览 2 评论 0原文

我使用ACS读卡器(acr30U)来连接卡。它有两个驱动程序:propriety和PC/SC。我都用它们。两者,我都可以连接到卡并获取 ATR,但是通过任何行业间的 APDU,我得到 6E00。

我是智能卡新手,所以有一些问题:

我的主要目标是在智能卡上编写应用程序,执行此操作的步骤是什么?

我不知道我的卡有没有操作系统?我怎么知道? 如果我想在卡上安装开源操作系统可以吗?

谢谢。 阿明

I use ACS card reader (acr30U) to connect the card.it has two drivers: propriety and PC/SC. i uses both of them. which both, I can connect to card and get ATR, but by any APDU which are inter-industry, I get 6E00.

I am new with smart cards, so here is questions:

My main goal is to program an application on smart card, what are the steps to do that?

I don't know my card have any OS or not? how i can know?
Can I If I want to install an open source OS on card?

thanks.
Amin

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

沉睡月亮 2024-12-03 13:34:18
  • 远离任何专有的东西。 PC/SC 是正确的标准。
  • 在谈论智能卡读卡器时,请寻找 CCID 兼容(跨平台)
  • 寻找一个简单的开始,如果您想在智能卡上编写应用程序,请了解 JavaCard-s。作为智能卡的一般规则 - 关键信息是关于您的(许多专有变体)而不是读卡器(幸运的是,CCID 如今很常见)。
    寻找一个简单的开始,使用 JavaCard-s。
  • 还要做一些功课: 当我向智能卡发送命令时,6E 00 的含义是什么
  • Stay away from anything proprietary. PC/SC is the right standard.
  • When talking about smart card readers, look for CCID compatible (cross-platform)
  • Look for an easy start, if you want to write applications on the smart card, learn about JavaCard-s. As a general rule about smart cards - the key information is about your card (lots of proprietary variations) not the reader (CCID is luckily quite common these days).
    Look for an easy start, use JavaCard-s.
  • Also do some homework: What is the meaning of 6E 00 when I send a command to a SmartCard
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文