asn1tinydecoder.py is a simple and fast ASN.1 decoder without external libraries designed to parse large files. A widely used library for encoding and decoding ASN1 in python is Pyasn1. The ...
This is a free and open source implementation of ASN.1 types and codecs as a Python package. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a ...