Crypto 1 Flashcards
What is Caesar cipher?
A Mono-alphabetic Cipher that shifts every letter by designated places.
What is Symmetric Key Encryption?
Same Key locks and unlocks the encryption
The key and the data is used in an algorithm to create cipher text.
Relatively inexpensive in processing.
What is Asymmetric key encryption?
A private key is used to create public key
public key is distributed
public key is used to encrypt the data
The cipher text can only be opened by the private key.
This method is often used to transfer a symmetric key.
What is a protocol?
A protocol is a sequence of steps, involving one or more parties that are designed to complete a task.
(Sequence of steps)
What does digital signature do?
Used to verify the content of message has not been manipulated.
Hashes coulb be usedm but the hashes could also be manipulated
Hashing is encrypted with public key
private key is then used to extract hash.