Pattern matching and text manipulation Bram Kuijper

Python-ASN1 is a simple ASN.1 encoder and decoder for Python 2.7 and 3.5+. 1.1Features •Support BER (parser) and DER (parser and generator) encoding (except indefinite lengths) ... (hex) Boolean 0x01 Integer 0x02 OctetString 0x04 Null 0x05 ObjectIdentifier 0x06 Enumerated 0x0a ... BIT STRING: 0xb'0030818902818100D51...10610203010001' [C ... ................
................