cm> send F0EE7FFF00
=> F0 EE 7F FF 00 .....
(280180 nsec)
<= 6E 00 n.
Status: CLA value not supported
-----------------------------
要按JCOP指导讲的所有scripts运行一次都可以连上
file:///E:/Teach-JavaCard/jcop/doc/guide/shell/tutorial.html#info
A Sample JCShell Session
The following sequence of JCShell commands represents a typical shell session in which an applet is loaded onto a card, a command is sent to the applet for testing purposes and finally the applet is deleted.
Switch trace mode on and connect to a PC/SC smart card reader
/mode trace=on
/terminal
Reset the card (request ATR) and select the CardManager
/card
Set the keys in key set 255 of the JCShell for authentication later on
set-key 255/1/DES-ECB/404142434445464748494A4B4C4D4E4F
set-key 255/2/DES-ECB/404142434445464748494A4B4C4D4E4F
set-key 255/3/DES-ECB/404142434445464748494A4B4C4D4E4F
Begin authentication using the appropriate key set
init-update 255
Complete authentication
ext-auth
Upload the package holding the applet
upload c:/sample.cap
Install the applet in the package
install |PackageAID |AppletAID
Display the card registry to check if the applet is loaded and installed
card-info
Select the applet
/select |AppletAID
Send a command to the applet (e.g. for testing the applet)
/send 00CA000100
Select the CardManager again
select
Do authentication again
init-update 255
ext-auth
Delete the applet and the package
delete |AppletAID
delete |PackageAID
Display the card registry to check if the package/applet is gone
card-info
-----------------------------------------------
在以在install scripts 后加上
/mode trace=on
/terminal
/card
set-key 255/1/DES-ECB/404142434445464748494A4B4C4D4E4F
set-key 255/2/DES-ECB/404142434445464748494A4B4C4D4E4F
set-key 255/3/DES-ECB/404142434445464748494A4B4C4D4E4F
init-update 255
ext-auth
card-info
/select A00000000987
分享到:
相关推荐
根据给定文件的信息,我们可以了解到本篇主要讨论的是“头哥机组练习—第2关:CLA182四位先行进位电路设计”。该题目属于计算机组成原理范畴,并且是基于谭志虎教授在华中科技大学授课的内容进行设计的。下面我们将...
The code of CLA clustering, from paper "Clustering by local gravitation", http://ieeexplore.ieee.org/document/7915751 Citation: Z. Wang et al., "Clustering by Local Gravitation," in IEEE Transactions ...
通过GitHub Action处理CLA和DCO 简化您的工作流程,并让该GitHub Action( 的精简版)为您处理对存储库的法律贡献。 CLA助手gitHub操作使贡献者可以在拉取请求中签署CLA。 通过GitHub Action,我们可以通过以分散的...
计算机组成原理--CLA182四位先行进位电路设计
《计算机组成原理》课程设计主要关注的是如何实现不带进位的加减法运算,这涉及到计算机硬件的核心——CPU的工作原理以及指令系统的构建。在这个设计中,学生需要使用软件HKCPT来理解和模拟计算机的各个模块,包括...
CLA前端民事法律援助工具的前端应用程序。依存关系 (可以使用brew安装) (v8.9.3-可以使用安装) (使用npm install和npm脚本任务npm install ) (使用npm install和npm脚本任务npm install )安装克隆存储库: ...
Cla6 隐藏这是类系统库的插件插件。 它提供了隐藏实例的一些属性的能力,从而使你的一些 api 的逻辑私有而不暴露它。 虽然最初设计用于并且可以通过npm install cla6-hidden ,但它也可以直接在浏览器中使用。 Cla6 ...
《DSP CLA开发笔记》是针对TMS320F2803x、TMS320F2805x以及TMS320F2806x等型号DSP的CLA(Control Law Accelerator)模块的详细指南。CLA是一种独立于主C28x CPU的硬件加速器,设计用于执行特定的算法任务,尤其是...
《华中科技大学计算机组成原理——运算器设计(HUST)头歌实验教学平台解析》 在计算机科学领域,计算机组成原理是一门至关重要的基础课程,它深入讲解了计算机硬件系统的基本构造和工作原理。华中科技大学作为国内...
Cla6 基这是一个类系统库的插件插件,可以让你进行超级调用。 虽然最初设计用于并且可以通过npm install cla6-base ,但它也可以直接在浏览器中使用。 Cla6 Base 也可以通过以下方式安装: : bower install cla6-...
Educoder计算机组成原理课程设计实验—第2关 CLA182四位先行进位电路设计
IDEA中的.VUE文件报错 Export declarations are not supported by current JavaScript version 和Export declarations are not supported by current JavaScript version报错都是一个解决办法 js文件报错 第一步,...
第2关:CLA182四位先行进位电路设计 第3关:4位快速加法器设计 第4关:16位快速加法器设计 第5关:32位快速加法器设计 第6关:5位无符号阵列乘法器设计 第7关:6位有符号补码阵列乘法器 第8关:乘法流水线设计 第9关...
APDU命令格式包括CLA、INS、P1、P2、Lc、Data、Le七个部分,其中CLA为指令类别;INS为指令码;P1、P2为参数;Lc为Data的长度;Le为希望响应时回答的数据字节数的最大可能长度。 APDU命令可以分为四种命令报文结构,...
科学术语中的拉丁语和希腊语 (CLA 201) 该存储库提供了多伦多大学于 2014 年夏季和秋季(CLA201H5S、CLA201H5F)教授的本课程版本的材料。 有关来源的信息,请参阅。 技术信息 关于创建本课程的替代版本,请参阅。 ...
帮助学生掌握快速加法器中先行进位的原理,能利用相关知识设计444位先行进位电路,并利用设计的444位先行进位电路构造444位快速加法器,能分析对应电路的时间延迟。仅供参考
标题中提到的“PATLED 高规格防水小型LED照明工作灯-CLA系列”指的是一款具备高规格防水能力的小型LED照明设备,属于PATLED品牌。产品型号以CLA开头,后缀不同的数字与字母代表不同的规格和特性。此类工作灯面向工业...
已签名规范类 此GitHub Action验证特定GitHub用户是否已签署Canonical Contributor许可协议( )。 输入项 username 必需要验证的GitHub用户的名称。... uses: canonical/has-signed-canonical-cla@1.0.2 with: