[pyasn1-users] [FYI] PyDERASN as an alternative
Brought to you by:
elie
From: Sergey M. <sta...@st...> - 2017-10-04 10:07:41
|
Greetings! Our team have been using pyasn1 for more than two years and we want to gratefully thank pyasn1 project for such kind of software, and especially Ilya Etingof for his helpful answers related to its usage! But in our projects we have to regularly deal with binary offsets/lengths inside DER structures and pyasn1 does not provide ability to know exact positions of the objects. So I have written some kind of alternative to pyasn1 for our needs: http://pyderasn.cypherpunks.ru/. As a rule it is much faster and gives exact knowledge of decoded object position in the binary. pyasn1 influenced this project much and PyDERASN resembles it in many ways. It is not replacement, but possibly useful alternative. Thanks again for the great project! -- Sergey Matveev (http://www.stargrave.org/) OpenPGP: CF60 E89A 5923 1E76 E263 6422 AE1A 8109 E498 57EF |