Smart card ATR parsing

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

Results

Parsing ATR:

3B 6F 00 00 80 31 E0 6B 08 24 05 02 B5 55 55 55 55 55 55
TS = 0x3BDirect Convention
T0 = 0x6FY(1): b0110, K: 15 (historical bytes)
TB(1) = 0x00VPP is not electrically connected
TC(1) = 0x00Extra guard time: 0
----
Historical bytes80 31 E0 6B 08 24 05 02 B5 55 55 55 55 55 55
Category indicator byte: 0x80 (compact TLV data object)
Tag: 3, Len: 1 (card service data byte)
Card service data byte: 224
- Application selection: by full DF name
- Application selection: by partial DF name
- BER-TLV data objects available in EF.DIR
- EF.DIR and EF.ATR access services: by GET RECORD(s) command
- Card with MF
Tag: 6, Len: 11 (pre-issuing data)
Data: 08 24 05 02 B5 55 55 55 55 55 55 ".$...UUUUUU"

Possibly identified card:

3B 6F 00 00 80 31 E0 6B 08 24 05 02 B5 55 55 55 55 55 55

Revolut MasterCard (UK)

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.