NCCS Week 6 -Cryptography
In a Caesar cipher, each letter is replaced by a letter further along in the
alphabet. You can think of it as shifting the alphabet to the left. The key of a
Caesar cipher is the number of places the alphabet is shifted. Here is a
Caesar cipher with key 3:
Example 1: Use the table to encrypt and decrypt with key = 3
Example 2: Use the table to decrypt with key = 4
a b c d e f g h i j k l m o p q r s t u v x y z
e f g h i j k l m o p q r s t u v x y z a b c d
NCCS Week 6 -Cryptography
Caesar Cipher: More Encrypting
NCCS Week 6 -Cryptography
Caesar Cipher: More Decrypting
NCCS Week 6 -Cryptography
NCCS Week 6 -Cryptography
NCCS Week 6 -Cryptography