Advanced Card Systems Limited ACR1281U 사용자 설명서

다운로드
페이지 79
ACR1281U 
 
 
 Advanced Card Systems Ltd. 
Page 30 of 81 
// Load a key {
FF FF FF FF FF FF
} into the non-volatile memory location 0x05. 
APDU = {FF 82 20 05 06 
FF FF FF FF FF FF
 
 
 
 
<Similarly> 
// Load a key {
FF FF FF FF FF FF
} into the volatile memory location 0x20. 
APDU = {FF 82 00 20 06 
FF FF FF FF FF FF
 
Hints: 
1. Basically, the application should know all the keys being used. It is recommended to store all the 
required keys to the non-volatile memory for security reasons. The contents of both volatile and 
non-volatile memories are not readable by the outside world. 
 
2. The content of the volatile memory “Session Key 0x20” will remain valid until the reader is reset 
or power-off. The session key is useful for storing any key value that is changing from time to time. 
The session key is stored in the “Internal RAM”, while the non-volatile keys are stored in 
“EEPROM” that is relatively slower than “Internal RAM”. 
 
3. It is not recommended to use the “non-volatile key locations 0x00 ~ 0x1F” to store any 
“temporally key value” that will be changed so often. The “non-volatile keys” are supposed to be 
used for storing any “key value” that will not change frequently. If the “key value” is supposed to 
be changed from time to time, please store the “key value” to the “volatile key location 0x020”.