Smart card ATR parsing

Enter an ATR (Answer To Reset) and I will parse it for you.

Results

Parsing ATR:

3B 6F 00 FF 52 53 41 53 65 63 75 72 49 44 28 52 29 31 30
TS = 0x3BDirect Convention
T0 = 0x6FY(1): b0110, K: 15 (historical bytes)
TB(1) = 0x00VPP is not electrically connected
TC(1) = 0xFFExtra guard time: 255 (special value)
----
Historical bytes52 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

Canonical URL JSON output

Again

Submit another ATR


See also

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.