Cryptography Flashcards
What is meant by asymmetric encryption?
Public key used to encrypt data, private used to decrypt, very CPU intensive
What is used to digitally sign a packet?
Senders private key
What is used to verify a digitally signed packet?
Senders public key
What is used to verify a senders public key?
Senders public key (digital) certificate
What is used to verify senders public key certificate?
Trusted C.A (Certificate Authority)
What is a digital certificate?
Electronic document certifying public key of an entity (contains digital signature)
What is a digital signature?
Code derived using private key of an entity
Verified using public key of signing entity to decrypt a hash and compare with CA
How would a recipient receive the public key?
Receiving senders digital certificate, via in band or out band key exchange
When sending encrypted data what key is used to encrypt?
Recipients public key, recipient decrypts with private key
When receiving encrypted data what key is used to decrypt
Recipients private key
What is IKE v1?
Establishes VPN IPSec phase 1 (initial control channel) and phase 2 tunnels
Isolated tunnels
What is IKE v2?
?
What is in band key exchange
Using in session mechanism
What is out of band key exchange
Distributing public key manually i.e copying it to computer
What algorithm does session key use?
Symmetric encryption algorithm