Skip to content

Latest commit

Β 

History

History
19 lines (13 loc) Β· 1006 Bytes

File metadata and controls

19 lines (13 loc) Β· 1006 Bytes

Prodigy_CS_01

Caesar Cipher Tool πŸ”

This is a simple Python-based Caesar Cipher tool that allows users to encrypt and decrypt messages.

πŸš€ Features

  • Encrypt text with a custom shift
  • Decrypt ciphered messages
  • Supports uppercase and lowercase letters

🧠 How It Works

Each letter is shifted by a given number of positions in the alphabet.

πŸ’» How to Run

  1. Run the script: python caesar_cipher.py
  2. Choose encrypt/decrypt
  3. Enter your message and shift value