Enter an ATR (Answer To Reset) and I will parse it for you.
Parsing ATR:
TS = 0x3B | Direct Convention |
---|---|
T0 = 0x6F | Y(1): b0110, K: 15 (historical bytes) |
TB(1) = 0x00 | VPP is not electrically connected |
TC(1) = 0xFF | Extra guard time: 255 (special value) |
---- | |
Historical bytes | 52 53 41 53 65 63 75 72 49 44 28 52 29 31 30 |
Category indicator byte: 0x52 | (proprietary format) "SASecurID(R)10" |
Possibly identified card:
3B 6F 00 FF 52 53 41 53 65 63 75 72 49 44 28 52 29 31 30
RSA SecurID SID800 token
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.