如何开始使用 Javacard?
我是智能卡开发的新手。请帮助我了解如何开始。
- Javacard 和 JCOP 之间有什么关系?
- 如何将 JCOP 版本映射到 GlobalPlatform 卡规范?
- 例如,JCOP 2.4.1 映射到什么规范?
- 我什么时候需要针对一种 API 而不是另一种 API 进行编码?
- 我在哪里可以找到好的入门教程?
I'm new to smart-card development. Please help me understand how to get started.
- What's the relationship between Javacard and JCOP?
- How do I map a JCOP version to a GlobalPlatform Card Specification?
- For example, what specification does JCOP 2.4.1 map to?
- When do I need to code against one API versus the other?
- Where can I find a good tutorial to get started?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
当开始使用 JavaCard 时,我使用了这个优秀的教程: http://javacard.vetilles.com/tutorial/ (存档)
I used this excellent tutorial when started with JavaCard: http://javacard.vetilles.com/tutorial/ (archive)
这可能有用 - 我花了一段时间来获取在真实硬件上工作的旧教程(例如带有 GP 的物理 Java 卡),包括发送 APDU 等。我已经将一些笔记收集成视频格式,因为编写起来工作量太大放下每一件小事。
视频位于:https://www.youtube.com/watch?v= oj2l0X8D4y0&hd=1 基本上包括快速浏览要安装的内容、构建程序、安装到 Java 卡以及通过 Python 与所述程序对话。这是非常非常基本的,但有时这就是您所需要的......
This might be useful - I spent a while getting older tutorials working on real hardware (e.g. physical Java Cards with GP), including sending APDUs etc. I've collected some of my notes into a video format as it was too much work to write down every little thing.
The video is here: https://www.youtube.com/watch?v=oj2l0X8D4y0&hd=1 and includes basically a quick run-through of what to install, building a program, installing to a Java Card, and talking to said program via Python. It's very very basic but sometimes that's what you need...
jc经理
http://www.brokenmill.com/2010/03/java-安全卡管理器/
自带源码,很有用
jcManager
http://www.brokenmill.com/2010/03/java-secure-card-manager/
comes with source code, which is useful
我发现的两个最好的介绍性教程是:
以及 JavaWorld 上的这个,
例如代码,有一个标题为 学习 在此 Github 存储库中,
javacard-curated-list of applet
给出一个想法通常涵盖的第一个主题,提到的第二个链接的标题是:
本文作者:Zhiqun Chen谁还写了 智能卡 Java Card 技术一书
The two best introductory tutorials I have found are:
and this one at JavaWorld,
For example code there is a section titled Learning in this Github repo,
javacard-curated-list of applets
To give an idea of the first topics that are typically covered, the headings from the second link mentioned are:
This article is by Zhiqun Chen who also wrote the book Java Card Technology for Smart Cards