Asn1Editor.WPF icon indicating copy to clipboard operation
Asn1Editor.WPF copied to clipboard

Graphical .NET-based WPF Abstract Syntax Notation One (ASN.1) editor

Results 18 Asn1Editor.WPF issues
Sort by recently updated
recently updated
newest added

When I click edit to create a new node when I am not debugging, it will crash directly, but there is nothing in the debugging state, and there are editing...

Hi, Using W10 and VS 2019 to generate Asn1Editor: - a click on Help->About or Help->License crashes the app Is there a configuration issue on my side (missing/incorrect path)? AK

bug

For example: ``` 00e1: | | 47 6f 20 44 61 64 64 79 20 43 6c 61 73 73 20 32 ; Go Daddy Class 2 00f1: | |...

enhancement

Currently, it does as this: ``` 0129: | | | 00 de 9d d7 ea 57 18 49 a1 5b eb d7 5f 48 86 ea 0139: | | |...

enhancement

`040629170620Z` UTC Time is decoded to `29.06.2004 08:06:20` which isn't correct. Hour value must be 17 (assuming 24h). Maybe it is related to underlying ASN library.

bug

At work I often need to compare some "PKCS" files. It would be very helpful to have a tool that can make diff ASN1 tree structure and values.

It would be nice if the asn1editor would check for a OID.txt file in `%UserProfile%\AppData\Roaming\Asn1Editor\OID.txt` and use the one next to the exe as fallback.

The second octet of the tag is interpreted as a length, which leads to a incomplete display of the file and wrong parsing of the contents. [Example file](https://github.com/PersoSim/de.persosim.simulator/raw/master/de.persosim.simulator/personalization/gtCertificates/CFG.DFLT.EAC.AT/CVCA_Cert_01.cvcert) If bits...

wontfix

Hi, I am trying to use your tool to decode some base64 CMS structure (from an S/MIME message). I am using the Data Converter tool of the asn.1 Editor but...

wontfix