Security
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
m (add format names) |
||
Line 10: | Line 10: | ||
== Digital Certificates == | == Digital Certificates == | ||
− | * [[ARM]] | + | * [[ARM]] (ASCII Armor, old for base64) |
− | * [[CER]] | + | * [[CER]] (Canonical Encoding Rules) |
− | * [[CRL]] | + | * [[CRL]] (Certificate Revocation List) |
− | * [[CRT]] | + | * [[CRT]] (Certificate File) |
− | * [[CSR]] | + | * [[CSR]] (Certificate Signing Request) |
− | * [[DER]] | + | * [[DER]] (Distinguished Encoding Rules) |
− | * [[KEY]] | + | * [[KEY]] (Private Key) |
− | * [[P7B]] | + | * [[P7B]] (Cryptographic Message Syntax Standard (PKCS #7) Certificate) |
− | * [[P7R]] | + | * [[P7R]] (Cryptographic Message Syntax Standard (PKCS #7) Certificate) |
− | * [[PEM]] | + | * [[PEM]] (Privacy-enhanced Electronic Mail) |
− | * [[P12]] | + | * [[P12]] (Personal Information Exchange Format) |
− | * [[PFX]] | + | * [[PFX]] (Personal Information Exchange Format) |
− | * [[SPC]] | + | * [[SPC]] (Cryptographic Message Syntax Standard (PKCS #7) Certificate) |
− | * [[SST]] | + | * [[SST]] (Microsoft Serialized Certificate Store) |
− | * [[STL]] | + | * [[STL]] (Certificate Trust List) |
== References == | == References == | ||
* [http://blogs.msdn.com/b/kaushal/archive/2010/11/05/ssl-certificates.aspx Various SSL/TLS Certificate File Types/Extensions (MSDN article)] | * [http://blogs.msdn.com/b/kaushal/archive/2010/11/05/ssl-certificates.aspx Various SSL/TLS Certificate File Types/Extensions (MSDN article)] |
Revision as of 02:07, 13 November 2012
File Formats | > | Electronic File Formats | > | Security |
Formats specific to the storage and transmission of security information. See also Encryption.
Digital Certificates
- ARM (ASCII Armor, old for base64)
- CER (Canonical Encoding Rules)
- CRL (Certificate Revocation List)
- CRT (Certificate File)
- CSR (Certificate Signing Request)
- DER (Distinguished Encoding Rules)
- KEY (Private Key)
- P7B (Cryptographic Message Syntax Standard (PKCS #7) Certificate)
- P7R (Cryptographic Message Syntax Standard (PKCS #7) Certificate)
- PEM (Privacy-enhanced Electronic Mail)
- P12 (Personal Information Exchange Format)
- PFX (Personal Information Exchange Format)
- SPC (Cryptographic Message Syntax Standard (PKCS #7) Certificate)
- SST (Microsoft Serialized Certificate Store)
- STL (Certificate Trust List)