Skip to content

Python Caesar Cipher: Encode and decode messages with custom shifts. Simple CLI tool for encryption and decryption tasks.

Notifications You must be signed in to change notification settings

snehadev04/Python-Caesar-Cipher-Encoder-Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Python-Caesar-Cipher-Encoder-Decoder

This Python program implements a Caesar cipher, allowing users to encode and decode messages with custom shifts. It provides a simple Command Line Interface (CLI) for encryption and decryption tasks.

Usage:

Run the program. Choose 'encode' to encrypt a message or 'decode' to decrypt. Enter your message and the desired shift. Receive the encrypted or decrypted message.

Features:

Customizable shift for encryption/decryption. Clear and intuitive interface. Supports both encoding and decoding functionalities.

Getting Started:

Clone the repository to your local machine. Run the Python script. Follow the instructions to encrypt or decrypt your messages.

Requirements:

Python 3.x No additional libraries or dependencies required.

Contributing:

Feel free to contribute by suggesting improvements or reporting issues. Fork the repository, make your changes, and submit a pull request.

About

Python Caesar Cipher: Encode and decode messages with custom shifts. Simple CLI tool for encryption and decryption tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages