Skip to content

Ratneshwar-Veerappan/Caesar-Cipher-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Caesar Cipher Python

A simple Python implementation of the Caesar Cipher encryption and decryption algorithm.

Features

  • Encrypt messages
  • Decrypt messages
  • Supports custom shift values
  • Preserves spaces and punctuation
  • Interactive command-line interface

How It Works

The Caesar Cipher shifts each letter in a message by a specified number of positions in the alphabet.

Example:

Original Message: hello

Shift: 3

Encrypted Message: khoor

Installation

Clone the repository:

git clone https://github.com/Ratneshwar-Veerappan/caesar-cipher-python.git

Navigate to the project folder:

cd caesar-cipher-python

Run the program:

python main.py

Technologies Used

  • Python 3

Author

Ratneshwar Veerappan

About

A command-line Caesar Cipher application built in Python that allows users to securely encode and decode text with customizable shift values.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages