Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 934 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 934 Bytes

Caesar-Cipher

Welcome to the Caesar Cipher! 🔐 This is a Python implementation of the classic encryption technique, where letters in a message are shifted by a specified number of places in the alphabet. This project allows you to encode and decode messages easily.

Features

  • Encoding and Decoding: You can encrypt and decrypt messages using a simple shift method.
  • Custom Shift Amount: Users can specify how many letters to shift for encoding or decoding.
  • User-Friendly Interface: Prompts guide users through the process of encoding or decoding their messages.\

Gameplay Instructions

  • Type 'encode' to encrypt a message or 'decode' to decrypt a message.
  • Enter the text you want to process and the shift amount.
  • The program will display the encoded or decoded result.

Contributions are welcome! If you have suggestions for improvements or find any issues, please submit an issue or a pull request.