Skip to content

This repository hosts a Python script (`caesar_cipher.py`) that performs encryption and decryption using the Caesar Cipher method. The program prompts users to input a message, choose an action (encrypt/decrypt), and specify a shift value to transform the text

Notifications You must be signed in to change notification settings

BRIGHTEDUFUL/Prodigy_CS_01

Repository files navigation

Prodigy_CS_01

Caesar-Cipher-Python

Repository Structure:

caesar_cipher.py: Main Python script.

README.md: Instructions, usage examples, and algorithm explanation.

requirements.txt: Dependencies (none required for this script).

To use the program:

Clone the repository.

Run python caesar_cipher.py.

Follow the prompts to encrypt or decrypt your message.

About

This repository hosts a Python script (`caesar_cipher.py`) that performs encryption and decryption using the Caesar Cipher method. The program prompts users to input a message, choose an action (encrypt/decrypt), and specify a shift value to transform the text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages