Enter an ATR (Answer To Reset) and I will parse it for you.
Parsing ATR:
TS = 0x3B | Direct Convention |
---|---|
T0 = 0x8B | Y(1): b1000, K: 11 (historical bytes) |
TD(1) = 0x01 | Y(i+1) = b0000, Protocol T=1 |
---- | |
Historical bytes | 52 75 74 6F 6B 65 6E 6C 69 74 65 |
Category indicator byte: 0x52 | (proprietary format) "utokenlite" |
TCK = 0xC2 | correct checksum |
Possibly identified card:
3B 8B 01 52 75 74 6F 6B 65 6E 6C 69 74 65 C2
Aktiv Rutoken Lite
The parsing code is part of pyscard and is available at parseATR.py.
The list of known ATR is also available online at smartcard_list.txt.
My blog contains a serie of artickes about ATR bytes.