Skip to content

EXT0007: Sensitive Information Check

  • Extension dependencies: none
  • Document status: Approved (2020-02-01)

This extension validates a value known to the server for the client (e.g., a password). Returns boolean—valid or not. No device state changes occur.

Useful when application and device trust each other but application doesn’t trust user. Example: user proves physical possession of device by entering a code displayed on device.

No brute-force protection needed on device side due to state immutability requirement.

Request:

<TID> 3900 <LEN> 0011 <KIND> <VALUE>

Response:

<TID> 3900 0003 0011 <RESULT>
FieldLengthDescription
KIND2 bytesValue type (implementation-specific)
VALUEvariableValue to check
RESULT1 byte1=correct, 0=incorrect

Errors:

CodeDescription
0010Invalid KIND