Collections:
Other Resources:
OpenSSL "ans1parse -genstr" - Single Primitive Field DER File
How to generate a DER file with a single data field using the OpenSSL "ans1parse" command?
✍: FYIcenter.com
You can use the OpenSSL "ans1parse -genstr" command to generate a DER file with a single data field. You just need to specify the field type and field value separated by ":".
Here are some examples of using "ans1parse -genstr" command:
C:\Users\fyicenter>\local\openssl\openssl.exe OpenSSL> asn1parse -genstr "INTEGER:255" -noout -out integer.der OpenSSL> asn1parse -genstr "IA5STRING:Hello World!" -noout -out ascii.der OpenSSL> asn1parse -genstr "UTF8:Hello World!" -noout -out utf8.der OpenSSL> asn1parse -genstr "GENERALIZEDTIME:20161231235959Z" -noout -out time.der OpenSSL> asn1parse -genstr "NUMERIC:3.14159" -noout -out numeric.der OpenSSL> exit; C:\Users\fyicenter>type integer.der ☻☻ C:\Users\fyicenter>type ascii.der ▬♀Hello World! C:\Users\fyicenter>type utf8.der ♀♀Hello World! C:\Users\fyicenter>type time.der ↑☼20161231235959Z C:\Users\fyicenter>type numeric.der ↕3.14159
By the way, the "-genstr" option does not support SEQUENCE field type. You have to use the "-genconf" option to generate SEQUENCE ASN.1 structure.
⇒ OpenSSL "ans1parse -in" - Parse DER File
2016-10-15, 8221🔥, 0💬
Popular Posts:
Certificate summary - Owner: *.iqiyi.com, Terms of use at www.verisign.com/rpa (c)05, Cloud Platform...
Certificate summary - Owner: *.youdao.com, "NetEase Youdao Information Technology (Beijing) Co., Ltd...
How to generate a new DSA parameter file using OpenSSL "dsaparam" command? If you need a new DSA par...
How to set a keystore's password with Portecle? To set a keystore's password: From the Tools menu, c...
Certificate Summary: Subject: Starfield Secure Certificate Authority - G2 Issuer: Starfield Root Cer...