DevUtilsApp / DevUtils-app

All-in-one Toolbox for Developers. Native macOS app.
https://devutils.com
Other
4.09k stars 222 forks source link

Feature Request: ASN.1/BER/DER Decoder #104

Open driverkt opened 1 year ago

driverkt commented 1 year ago

I'm interested in support for ASN.1 decoding.

Use case: assume you have a certificate dump from openssl (or another source) -- base64 decode and then parse the encoding of the certificate.

The output could be accomplished with indented whitespace or a tree-view:

186574013-e9a502fe-9e1c-446d-9d68-f9ed3fec2bcf

References: asn1js and dumpasn1.

driverkt commented 1 year ago

A lot of this is now covered with the x509 certificate decoding support. Unclear if the developer/maintainer wants to include a more generalized parser and/or formatted output like the above.

driverkt commented 1 year ago

see: https://twitter.com/devutils_app/status/1605123595901882368?s=20