Security
From Just Solve the File Format Problem
(Difference between revisions)
m (add format names) |
Dan Tobias (Talk | contribs) (→Digital Certificates: Reorganize) |
||
Line 10: | Line 10: | ||
== Digital Certificates == | == Digital Certificates == | ||
− | * [[ | + | * [[ASCII Armor]] (.arm; old for base64) |
− | * [[ | + | * [[Canonical Encoding Rules]] (.cer) |
− | * [[ | + | * [[Certificate File]] (.crt) |
− | * [[ | + | * [[Certificate Revocation List]] (.crl) |
− | * [[ | + | * [[Certificate Signing Request]] (.csr) |
− | + | * [[Certificate Trust List]] (.stl) | |
− | * [[ | + | * [[Cryptographic Message Syntax Standard]] (.p7b, .p7r, .spc; PKCS #7) |
− | * [[ | + | * [[Distinguished Encoding Rules]] (.der) |
− | + | * [[Microsoft Serialized Certificate Store]] (.sst) | |
− | * [[ | + | * [[Personal Information Exchange Format]] (.p12, .pfx) |
− | * [[ | + | * [[Privacy-enhanced Electronic Mail]] (.pem) |
− | * [[ | + | * [[Private Key]] (.key) |
− | + | ||
− | * [[ | + | |
− | * [[ | + | |
== 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 04:14, 29 November 2012
File Formats | > | Electronic File Formats | > | Security |
Formats specific to the storage and transmission of security information. See also Encryption.
Digital Certificates
- ASCII Armor (.arm; old for base64)
- Canonical Encoding Rules (.cer)
- Certificate File (.crt)
- Certificate Revocation List (.crl)
- Certificate Signing Request (.csr)
- Certificate Trust List (.stl)
- Cryptographic Message Syntax Standard (.p7b, .p7r, .spc; PKCS #7)
- Distinguished Encoding Rules (.der)
- Microsoft Serialized Certificate Store (.sst)
- Personal Information Exchange Format (.p12, .pfx)
- Privacy-enhanced Electronic Mail (.pem)
- Private Key (.key)