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

TextViewer in CertUtil mode should place leading integer zero value to new line

Open Crypt32 opened this issue 3 years ago • 0 comments

Currently, it does as this:

0129:    |  |        |  00 de 9d d7 ea 57 18 49  a1 5b eb d7 5f 48 86 ea
0139:    |  |        |  be dd ff e4 ef 67 1c f4  65 68 b3 57 71 a0 5e 77
<...>

Instead, it should be this:

0129:    |  |        |  00
012a:    |  |        |  de 9d d7 ea 57 18 49 a1  5b eb d7 5f 48 86 ea be
013a:    |  |        |  dd ff e4 ef 67 1c f4 65  68 b3 57 71 a0 5e 77 bb
<...>

Crypt32 avatar Feb 21 '21 20:02 Crypt32