What is meant by perfectly secure?
Code will never be broken no matter how much time someone has
What 3 conditions must be met for a cipher to be perfectly secure?
Why is the Caesar cipher?
A cipher where each letter is substituted/shifted to another letter
E.g. with a shift of 1 a would be replaced by b and so on
What is the vernam cipher?
A cipher that uses a one time pad that generates a long sequence of random letters that are combined with the plain text to encrypt it.
In theory it is perfectly secure.
How do you encipher a message?
Take the ascii of the letter in the message and xor it with the ciphers letter.