What is Encryption?
The process of converting plain/original text to cipher text
What is Encoding?
Plain text —> Cipher text
What is Decoding?
Cipher text —> Plain text
List methods of Encryption
Caesar Cipher
Vigenere Cipher
Rail fence Cipher
Caesar Cipher EXAMPLE: HELLO, +3
Move each letter to the right by 3 to become ‘KHOOR’
Why is Caesar Cipher a weak encryption method?
Because you use the same method to encode and decode
Vigenere Cipher EXAMPLE: Encrypt the message FORTNITE using the vigenere cipher and key word BYE.
F O R T N I T E
B Y E B Y E B Y
1 24 4 1 24 4 1
new word: GMVULMUC
Why is Vigenere more secure than Caesar cipher?
It’s more difficult to solve
Why is a Key stream used for a Vigenere cipher?
To produce an encrypted message
Rail fence cipher EXAMPLE: ROCKY ROAD - depth 2
1 - R C Y O D
2 - O K R A
Encrypted —> RCYOD OKRA