PKISolutions / Asn1Editor.WPF

Graphical WPF-based Abstract Syntax Notation One (ASN.1) DER editor
Microsoft Public License
189 stars 59 forks source link

Support any PEM structure in Data converter #14

Closed harrison314 closed 4 years ago

harrison314 commented 4 years ago

Data converter supports only certificate, certficate request and CRL in PEM form.

The data converter could also support "unknown" PEM headers, for example public sobject key info, RSA private key, CMS...

Crypt32 commented 4 years ago

I believe, it supports arbitrary PEM header and footer for decoding, so it isn't a big issue.

harrison314 commented 4 years ago

I tried again and it's true.