Dion - Public Key Infrastructure - pg 94 Flashcards
What is PKI?
Public Key Infrastructure
System of hardware, software, policies and procedures based on asymmetric encryption.
What kind of tunnel can you create with PKI?
SSL/TLS
How do you create a SSL/TLS tunnel with PKI?
Sending from Bob to Jane.
- Bob encrypts Plaintext with Jane’s public key.
- Ciphertext is sent
- Jane decrypts the message with her private key.
How do you create a HTTPS connection with PKI?
Both the sender and receiver have the same Shared Secret Key.
Is PKI and Public Key Encryption the same thing?
Nope!
PKI is the entire system, and just uses public key cryptography.
What is a Digital Certificate?
Digitally signed electronic documents that bid a public key with a user’s identity.
What is X.509?
The standard used PKI for digital certificates.
Contains
- Owner’s info
- Certificate authority’s info
What are Wildcard Certificates?
- Allow all subdomains to use the same public key certificate.
- Easier to manage
What is a SAN - Subject Alternative Name?
Allows the certificate owner to specify additional domains and IP addresses.
What is a single-sided certificate?
They only require the server to be validated.
Dual requires the server and the user to be validated.
What is X.690?
A certificate standard.
It uses BER,