从智能卡读取数据(最好使用 Java)

发布于 2024-09-15 01:15:18 字数 220 浏览 8 评论 0原文

我希望能够读取存储在智能卡中的几个字节的未加密数据。我有读者并且知道 Sun 版本的 Java 6 包含 javax.smartcardio 并且我已经阅读了一些有关这些 API 的内容。

以前从未使用过智能卡,我想知道是否有一种简单的方法可以读取智能卡给定扇区中的日期字节。我不想做任何更复杂的事情,但希望这个社区中的某个人有使用智能卡的经验。

卡中使用的具体芯片是: JTOP 10/18k

I would like to be able to read a few bytes of unencrypted data which is stored in a smart card. I have the reader and know that the Sun version of Java 6 includes javax.smartcardio and I have read a bit about these APIs.

Having never worked with smart cards before I wonder if there is a simple way to read bytes of date in a given sector of a smart card. I am not trying to do anything more complicated that that but was hoping someone in this community has had experience of working with Smart Cards.

The specific chips being used in the cards are: JTOP 10/18k

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

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

发布评论

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

评论(1

相权↑美人 2024-09-22 01:15:39

你似乎已经知道很多了,但是如果你正在处理 javacards,你真的需要看看一些 javacard 介绍,比如 这个 例如。

智能卡不是“磁盘”。它没有扇区或连续字节数组。

You seem to know a lot already, but if you're dealing with javacards, you really need to have a look at some javacard introduction, something like this one for example.

A smart card is not a "disk". It does not have sectors or a continuous byte array.

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