DER encoded RSA private key

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |formattype=electronic |subcat=Security |extensions={{ext|key}} }} '''DER encoded RSA private key''' is a private key format that stores the same information as [...")
 
Line 4: Line 4:
 
|extensions={{ext|key}}
 
|extensions={{ext|key}}
 
}}
 
}}
'''DER encoded RSA private key''' is a private key format that stores the same information as [[PEM encoded RSA private key]], but encoded in [[DER]] format instead of [[PEM]] format.
+
'''DER encoded RSA private key''' is an [[RSA private key]] format that stores the same information as [[PEM encoded RSA private key]], but encoded in [[DER]] format instead of [[PEM]] format.
  
 
== Examples ==
 
== Examples ==

Revision as of 23:18, 22 October 2013

File Format
Name DER encoded RSA private key
Ontology
Extension(s) .key

DER encoded RSA private key is an RSA private key format that stores the same information as PEM encoded RSA private key, but encoded in DER format instead of PEM format.

Examples

To view the contents of a file:

 openssl rsa -noout -text -inform DER -in example-der.key

To convert to PEM encoded RSA private key format:

 openssl rsa -inform DER -in example-der.key -out example-pem.key

Software

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox