Tap the letters to type a message. Your plaintext message will be converted to ciphertext using the Caesar Cipher and the shift key that you specify. IMPORTANT NOTE: This version contains a logic bug. Can you find it and fix it?
Weaknesses: - If the letter position in the alphabet plus the shift key is greater than 26 then no letter will be added to the ciphertext. - There is still no way to correct a typing error. - There is still quite a lot of duplicated code.