Tap the letters to type a message. Your plaintext message will be converted to ciphertext using the Caesar Cipher with a shift key of +3.
Weaknesses: - Hard-coded shift key. - No way to correct a typing error. - Code contains a lot of duplication and is difficult to update.