Programming Caesar's Cipher is an encryption/decryption cipher tool that was originally built on Replit in Python. I created this project during the Girls Who Code 2025 Pathways Summer Program. By inputting a message using all uppercase letters, selecting a key from 0 to 25, and picking whether to encrypt the message or decrypt the message by that key, the user will receive back their encrypted/decrypted result.
Programming Caesar's Cipher is an encryption/decryption cipher tool that was originally built on Replit in Python. I created this project during the Girls Who Code 2025 Pathways Summer Program. By inputting a message using all uppercase letters, selecting a key from 0 to 25, and picking whether to encrypt the message or decrypt the message by that key, the user will receive back their encrypted/decrypted result.