Authentication - CipherLab 8 Series User Manual

Hide thumbs Also See for 8 Series:
Table of Contents

Advertisement

CipherLab BASIC Programming

4.8.3 AUTHENTICATION

GET_RFID_KEY
Purpose
To get the security key of some specific tags.
Syntax
A$ = GET_RFID_KEY(TagType %)
Remarks
"A$" is a string variable to be assigned to the result.
"TagType%" is an integer variable, indicating a specific tag type that the
security key is applied to.
This function is used to get the security key for some specific tags, such as
Mifare Standard 1K/4K and SLE66R35 tags.
Example
MKEY$ = GET_RFID_KEY(4)
SET_RFID_KEY
Purpose
To set the security key of some specific tags.
Syntax
SET_RFID_KEY(TagType%, KeyString$, KeyType%)
Remarks
"TagType%" is an integer variable, indicating a specific tag type that the
security key is applied to.
"KeyString$" is a string variable, indicating the security key you set.
"KeyType%" is an integer variable, indicating a specific key type.
This function is used to set security key for some specific tags, such as Mifare
Standard 1K/4K and SLE66R35 tags.
Example
SET_RFID_KEY(4, "111111111111", 1)
92
Part I
TAGTYPE%
Meaning
1
TAG_ISO15693
2
TAG_Tagit
3
TAG_Icode
4
TAG_MifareISO14443A
5
TAG_SR176
6
TAG_ISO14443B
KEYTYPE%
Meaning
1
KEYA (Key A)
2
KEYB (Key B)
' get security key for MifareISO14443A tags
' set security key (KEY A) for
Mifare ISO14443A tags
8300, 8500
8300, 8500

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the 8 Series and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

83008000840087008200

Table of Contents