Security
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
|||
Line 10: | Line 10: | ||
* [[ASCII Armor]] (.arm; old for base64) | * [[ASCII Armor]] (.arm; old for base64) | ||
* [[Canonical Encoding Rules]] (.cer) | * [[Canonical Encoding Rules]] (.cer) | ||
− | |||
* [[Certificate Revocation List]] (.crl) | * [[Certificate Revocation List]] (.crl) | ||
* [[Certificate Signing Request]] (.csr) | * [[Certificate Signing Request]] (.csr) | ||
* [[Certificate Trust List]] (.stl) | * [[Certificate Trust List]] (.stl) | ||
* [[Cryptographic Message Syntax Standard]] (.p7b, .p7r, .spc; PKCS #7) | * [[Cryptographic Message Syntax Standard]] (.p7b, .p7r, .spc; PKCS #7) | ||
− | * [[Distinguished Encoding Rules]] ( | + | * [[DER encoded certificate]] (.der, .crt) |
+ | * [[Distinguished Encoding Rules]] (DER) | ||
* [[Microsoft Serialized Certificate Store]] (.sst) | * [[Microsoft Serialized Certificate Store]] (.sst) | ||
* [[Personal Information Exchange Format]] (.p12, .pfx) | * [[Personal Information Exchange Format]] (.p12, .pfx) | ||
− | * [[ | + | * [[PEM]] |
+ | * [[PEM encoded certificate]] (.pem, .crt) | ||
* [[Private Key]] (.key) | * [[Private Key]] (.key) | ||
+ | * [[X.509 certificate]] | ||
== App provisioning and DRM == | == App provisioning and DRM == |
Revision as of 22:07, 17 October 2013
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 Revocation List (.crl)
- Certificate Signing Request (.csr)
- Certificate Trust List (.stl)
- Cryptographic Message Syntax Standard (.p7b, .p7r, .spc; PKCS #7)
- DER encoded certificate (.der, .crt)
- Distinguished Encoding Rules (DER)
- Microsoft Serialized Certificate Store (.sst)
- Personal Information Exchange Format (.p12, .pfx)
- PEM
- PEM encoded certificate (.pem, .crt)
- Private Key (.key)
- X.509 certificate
App provisioning and DRM
- Mobile Provision file (.mobileprovision; used for installing iOS apps)