PKCS And X.509 Flashcards
PKCS #7
Can be used to store multiple chain certs. Does not store private key.
Is the specific standard used for generation and verification of digital signatures and certificates managed by a PKI.
(This standard served as the basis for S/MIME secure/multipurpose internet mail extension)
PKCS #10
Defines the format for certificate requests.
PKCS #12 (PFX personal information exchange)
Provides a container for one or more certificates with/and private keys.
Commonly used to import/export certs and private keys on windows and Mac.
X.509 certificates
Most common type of digital cert. Used for Website and Mail encryption. Issued by a trusted 3rd party or a Company.
PGP and OpenPGP
2 other types of digital certs.
PGP is proprietary and owned by Symantec.
PEM
Privacy Enhanced Mail is the most common type of X.509 cert format, used in Linux/Unix based systems.
PEM files usually seen with these extensions: .CRT, .PEM, .CER and .Key
Thumbprint (generated with SHA1)
The field on an X.509 cert that displays the hash or digest.