format

来自「开发源代码的CPU卡的COS源程序。」· 代码 · 共 48 行

TXT
48
字号
/jayacard/proto/hal/simu/FORMAT===============================================================================EEPROM content--------------This file named eeprom.bin contains an header and the bytes of the EEPROM.Default size of this file is always 64 Kbytes + 128 bytes. The HAL will handlethe real size of the EEPROM area using the configuration parameters.Manufacturing Data------------------This file named mdata.bin contains 64 bytes of manufacturing data.our default manufacturing data is :0  1  2  3  4  5  6  7  8  9  A  B  C  D  E  Fi  i  i  i  S  S  S  S  b  b  b  b  b  W  X  Yk  k  K  K  K  K  K  K  K  K  K  K  K  K  K  KK  K  A  M  t  t 00 00  V  V  V  V 00 00 00 00R  R  R  R  R  R  R  R  R  R  R  R  R  R  R  Rwhere  	K   master key	k   master key CRC	A   master key attempt counter	t   Time stamp - BCD - 2 bytes	i   die number - binary - 1 to 4 bytes	S   serial number - binary - 1 to 4 bytes  	b   batch number - BCD - 3 to 5 bytes	W   wafer number - binary - 1 byte	X   X-coordinate - binary - 1 byte	Y   Y-ccordinate - binary - 1 byte	R   random byte - binary	M   manufacturer - binary - 1 byte	V   mask version - binary - 4 bytes (Version.SubVersion.Build)Master Key----------This file named msk.bin contains 16 bytes of the master key (MSK).The default master key is : 010203040506077060504030201055AA.This key *IS REQUIRED* to unlock the card in the MANUFACTURING live phase.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?