如何使用 EMV 卡读取钱包余额?

发布于 2024-07-23 16:23:29 字数 381 浏览 7 评论 0原文

我正在使用智能卡读卡器,但在从 EMV 卡获取钱包余额时遇到了一些麻烦。 我已经为其他具有 t=0 协议的卡开发了软件,但这一次这个过程让我很沮丧。

我想它必须是这样的:

选择钱包平衡文件 读取记录。

我没有找到这个文件,然后我在规范中看到了这个:

必须:

  1. 选择 PSE
  2. 读取记录
  3. 获取处理选项
  4. 读取记录
  5. 获取挑战命令
  6. 获取数据命令

我诚实地认为使用命令 6 我将获得我正在寻找的内容因为,问题是我无法选择 pse,但我可以选择 AID 标准签证文件。

我究竟做错了什么?

谢谢

I'm working with a smart card reader and I'm finding some trouble about getting the purse balance from an EMV card. I have developed software for other cards with t=0, protocol, but this time this process is killing me.

I supposse it has to be something like :

Select Purse balace File
Read Record.

I did not find this file, and then I saw in the specifications this:

It's mandatory to:

  1. select the PSE
  2. Read Record
  3. Get processing options
  4. Read Record
  5. Get Chanllenge command
  6. Get Data command

I honestly think with command 6 I will obtain what I'm looking for, the problem is that I cannot select the pse, but instead I can select the AID standard visa file.

What am I doing wrong?

Thanks

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

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

发布评论

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

评论(1

-小熊_ 2024-07-30 16:23:29

当您说“无法选择 PSE”时,您到底是什么意思? 您是否获得“6A 82”身份? 请注意,PSE 是一个 DDF(目录)。 您需要读取其记录才能获取实际的应用程序 ID。 获取应用程序后。 来自 PSE 的 ID,您需要知道这些 ID 中的哪一个是您要选择的钱包应用程序的 AID。

如果您知道钱包应用程序的 AID,您甚至可以绕过 PSE 处理。 您只需指定 AID 即可选择应用程序。 从那里您可以通过发出 GET PROCESSING OPTIONS 命令、READ RECORD 等继续操作。

When you say 'cannot select the PSE', what do you exactly mean? Are you getting '6A 82' status? Take note that the PSE is a DDF (directory). You need to read its records to get the actual Application IDs. After getting the App. IDs from PSE, you need to know which of these IDs is the AID of the purse application you are going to select.

If you know the AID of the purse application, you can even bypass the PSE processing. You can just select the application by specifying the AID. From there you can proceed by issuing the GET PROCESSING OPTIONS command, READ RECORD and so on.

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