Public Key Infrastructure 1.4 Flashcards
1
Q
Describe PUBLIC KEY INFRASTRUCTURE (PKI)
A
- Provides components necessary for different users and entities to communicate securely.
- Can also be referred to as a certificate.
2
Q
Describe a SYMMETRIC ENCRYPTION
A
- An encryption that needs all involved parties to have a copy of the same key that that is used for encryption and decryption.
- Shared secret
3
Q
What are the benefits in using SYMMETRIC ENCRYPTION?
A
- Very fast to use
- Less overhead
4
Q
Describe ASYMMETRIC ENCRYPTION
A
- Public key cryptography
- A data encryption system that uses two mathematically derived keys to encrypt and decrypt a message.
5
Q
What is a PRIVATE KEY for ASYMMETRIC ENCRYPTION?
A
- Only available to the owner of the keyl.
6
Q
What is the PUBLIC KEY in ASYMMETRIC ENCRYPTION?
A
- Used to decrypt data encrypted with the public key
- Cannot derive the private key from the public key.
7
Q
Describe the KEY GENERATION process
A
- Builds both the public and private key at the same time.
- Involves lots of randomization, large prime numbers, and lots of math.
8
Q
What is the purpose of a KEY ESCROW?
A
- A system by which your private key is kept by both you and a third party.
- Provides a way to access a person’s encrypted data if that person is no longer present or able to provide access to their private key.