General Security Concepts: Examining Digital certificates Flashcards

1
Q

What are digital certificates?

A

Digital certificates are electronic documents issued by a trusted authority, known as a certificate authority (CA). These documents bind a public key to an individual, device, or service. These certificates serve as a means of authentication and encryption and are used to: + Secure communications using, among others, HTTPS, Secure Shell (SSH), and Secure File Transfer Protocol (SFTP). + Create digital signatures. + Provide access control. + Provide strong authentication.

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

What are digital signatures?

A

Digital signatures use a private key to create a unique value attached to a document or message. This allows anyone with the corresponding public key to verify the signature, ensuring it hasn’t been tampered with and was indeed signed by the private key holder.

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

What are X.509 certificates?

A

X.509 Certificates: Used for authentication, secure email, SSL (Secure Socket Layer) and TLS (Transport Layer Security) encryption, code signing, virtual private networks (VPNs), and more.

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

What are the file extensions for X.509?

A

.cer

.crt

.der

.pem

.pfx

.p12

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

What are PKCS#7 Used for?

A

Public-Key Cryptography Standards #7 (PKCS#7) certificates: Used for secure email attachments, code signing, and digital signatures for documents.

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

What are the file extensions for PKCS#7?

A

.p7b

.p7c

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

What are the subcategories of digital sign and email encryptions under PKCS#7?

A

.p7m - S/MIME = Signed and encrypted email

.p7s - S/MIME = digtitally signed messages

S/MIME = Secure/Multipurpose Internet Mail Extensions

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

What is PKCS#12 used for?

A

Public-Key Cryptography Standards #12 certificates: Used for storing private keys and associated X.509 certificates chains, often for secure authentication.

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

What is PKCS#12 extensions?

A

pfx

.p12

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

Privacy Enhanced Mail (PEM) certificates: Used for SSL/TLS certificates. Can include certificates, private keys, and CA bundles?

A

.pem

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

Distinguished Encoding Rules (DER) certificates: Used in binary format for SSL/TLS certificates and code signing?

A

.der

.cers

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

What is PGP certificates?

A

Pretty Good Privacy (PGP) certificates: Used for secure email communication and encryption of files and messages, does not need digital certificates or trust authority, where your own local computer generates. Can be signed by anybody and need to confirm by user. File extensions include:

.pgp

.asc

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