PKCS (Public Key Criptography Standards) Flashcards

1
Q

PKCS#1

A

RSA Cryptography Standard

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

PKCS#3

A

Diffie–Hellman Key Agreement Standard

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

PKCS#5

A

Password-based Encryption Standard

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

PKCS#6

A

Extended-Certificate Syntax Standard

Defines extensions to the old v1 X.509 certificate specification. Obsoleted by v3 of the same.

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

PKCS#7

A

Cryptographic Message Syntax Standard

Used to sign and/or encrypt messages under a PKI. Used also for certificate dissemination (for instance as a response to a PKCS #10 message).

Often used for single sign-on.

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

PKCS#8

A

Private-Key Information Syntax Standard

Used to carry private certificate keypairs (encrypted or unencrypted).

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

PKCS#9

A

Selected Attribute Types

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

PKCS#10

A

Certification Request Standard

Format of messages sent to a certification authority to request certification of a public key.

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

PKCS#11

A

Cryptographic Token Interface (AKA “Cryptoki”)

An API defining a generic interface to cryptographic tokens (see also hardware security module). Often used in single sign-on, public-key cryptography and disk encryption systems.

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

PKCS#12

A

Personal Information Exchange Syntax Standard

Defines a file format commonly used to store private keys with accompanying public key certificates, protected with a password-based symmetric key.

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

PKCS#15

A

Cryptographic Token Information Format Standard

Defines a standard allowing users of cryptographic tokens to identify themselves to applications, independent of the application’s Cryptoki implementation (PKCS #11) or other API.

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