Certificate File Formats 6.4 Flashcards

1
Q

X.509 v3 Digital Certificates

A

X.509 is a standard format for public key certificates, digital documents that securely associate cryptographic key pairs with identities such as websites, individuals, or organizations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Distinguished Encoding Rules (DER)

A

Designed to transfer syntax for data structures. Specifically designed for X.509 certificates. Binary format, very common, used across many platforms. Often used with Java certificates. Can only carry a single certificate.

.der

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Privacy-Enhanced Mail (PEM)

A

This is commonly received from a Certificate Authority (CA). It’s supported by many different apps, on many different OS’s. It’s in ASCII. PEM encoding can carry multiple certificates.

.pem
.cer
.crt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Public Key Cryptography Standards # 12 (PKCS# 12)

A

Personal Information Exchange Syntax Standard. Developed by RSA security and is an RFC standard. It uses a .p12 container to store many X.509 certificates. Often used to xfer private and public key pair. The container can be password protected.

.pfx
.p12 (alternative file extension of fpx)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Certificate (CER)

A

It’s a certificate file. It’s primarily a Windows X.509 file. It can be encoded as binary DER or ASCII PEM formats. It usually contains a public key. Private keys use .pfx. File extension can only be interchanged if the encoding is identical.

.cer
.crt
.pfx
.pem
.der
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Public Key Cryptography Standards # 7 (PKCS# 7)

A

Associated with a .p7b file. Stored in Base 64 ASCII. Private keys are not included with this. You will see this supported by Windows, Java Tomcat, and others.

.p7b
.p7c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

KEY

A

Can be used for both public and private PKCS # 8. Can be encoded as binary DER or ASCII PEM.

.key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly