Ultralight.AuthE2
Authenticates to a Ultralight-c card.
The key used for authentication is specified in the Device / CryptoKey key of the reader's configuration. Key has to be of type 3DES (16 bytes).
Properties
- Command code: 0x2503
- Command timeout: 100 ms
- Possible status codes: General status codes, Ultralight.ErrNoTag, Ultralight.ErrHf, Ultralight.ErrNack, Ultralight.ErrInterface, Ultralight.ErrCmd, Ultralight.ErrHwNotSupported, Ultralight.BreakErr, Ultralight.ErrAuth, Ultralight.ErrKey
Parameters (request frame)
Name | Type/Size | Description | ||
---|---|---|---|---|
- | Bit mask (8 bits) | - | ||
RFU | Integer (bit mask area 0xF8) |
Zero padding |
||
DivMode | Enumeration (bit mask area 0x06) |
Specifies diversification algorithm. Values:
|
||
HasExtIdx | Boolean (bit 0x01) | - | ||
KeyIdx | Integer (8 bits) | Index | ||
Length of DivData | Integer (8 bits) |
Length of DivData in bytes |
||
DivData | Raw data | Diversification data. | ||
Optional field, condition: HasExtIdx | ||||
KeyExtIdx | Integer (8 bits) |
Crypto memory index (SAM or crypto memory) of authentication key
|
Returned values (response frame)
None