der-ascii

Reversible DER and BER pretty-printer for ASN.1 structures

brewmacoslinux
Try with needOr install directly
Source

About

Reversible DER and BER pretty-printer

Commands

der-ascii

Examples

Pretty-print a DER-encoded file in human-readable format$ der-ascii -i input.der
Convert pretty-printed ASCII back to DER binary format$ der-ascii -o output.der < input.txt
Display hex dump of DER file with ASCII interpretation$ der-ascii -i certificate.der | head -20