Skip to content

Latest commit

Β 

History

History
49 lines (35 loc) Β· 930 Bytes

File metadata and controls

49 lines (35 loc) Β· 930 Bytes

πŸ” Caesar Cipher Encryption & Decryption (Python)

πŸ“Œ Description

This is a simple Python program that implements the Caesar Cipher technique.
It allows users to encrypt and decrypt messages using a shift key.
The program runs in a loop until the user chooses to stop.


πŸš€ Features

  • Encrypt lowercase text
  • Decrypt encrypted text
  • User-controlled shift key
  • Continuous execution using loop
  • Simple command-line interface

πŸ›  Technologies Used

  • Python 3
  • Lists
  • Functions
  • Loops
  • Conditional statements


⚠️ Limitations

  • Works only with lowercase alphabets (a–z)
  • Does not support spaces or special characters
  • Input must be lowercase

🌱 Future Improvements

  • Add support for uppercase letters
  • Handle spaces and symbols
  • Add input validation
  • Create GUI or web version

πŸ‘©β€πŸ’» Author

Neha Paul
Python Learner | College Student