Smart card ATR parsing

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

Results

Parsing ATR:

3B D6 18 00 81 B1 80 7D 1F 03 80 51 00 61 10 30 8F
TS = 0x3BDirect Convention
T0 = 0xD6Y(1): b1101, K: 6 (historical bytes)
TA(1) = 0x18Fi=372, Di=12, 31 cycles/ETU (129032 bits/s at 4.00 MHz, 161290 bits/s for fMax=5 MHz)
TC(1) = 0x00Extra guard time: 0
TD(1) = 0x81Y(i+1) = b1000, Protocol T=1
----
TD(2) = 0xB1Y(i+1) = b1011, Protocol T=1
----
TA(3) = 0x80IFSC: 128
TB(3) = 0x7DBlock Waiting Integer: 7 - Character Waiting Integer: 13
TD(3) = 0x1FY(i+1) = b0001, Protocol T=15
----
TA(4) = 0x03Clock stop: not supported - Class accepted by the card: (3G) A 5V B 3V
----
Historical bytes80 51 00 61 10 30
Category indicator byte: 0x80 (compact TLV data object)
Tag: 5, Len: 1 (card issuer's data)
Card issuer data: 00 "."
Tag: 6, Len: 1 (pre-issuing data)
Data: 10 "."
Tag: 3, Len: 0 (card service data byte)
Error in the ATR: expecting 1 byte and got 0
TCK = 0x8Fcorrect checksum

Error: Error in the ATR: expecting 1 byte and got 0

Possibly identified card:

3B D6 18 00 81 B1 80 7D 1F 03 80 51 00 61 10 30 8F

ASECard Crypto

http://www.athena-scs.com/product.asp?pid=8

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.