Caesar Cipher Decoder
Caesar Cipher Decoder
Your Details:
Student id : 3934994
About the Project: The Caesar Cipher Decoder project involves creating
a program that decrypts messages encoded using the Caesar cipher, a
basic substitution cipher where each letter in the plaintext is shifted by
a fixed number of positions down or up the alphabet. The goal of this
project is to provide a user-friendly solution for decoding encrypted
messages and understanding the simplicity and vulnerabilities of this
classical encryption method.