Skip to content

This project implements the Caesar Cipher, a classical encryption technique, using Python 3. The program allows users to encrypt and decrypt messages by shifting letters of the alphabet by a specified number of positions. The user inputs a message and the shift value, and the program returns the encoded or decoded text.

Notifications You must be signed in to change notification settings

shubham-rasal-123/Caesar-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Caesar Cipher

Screenshot

alt text

This project implements the Caesar Cipher, a classical encryption technique, using Python 3. The program allows users to encrypt and decrypt messages by shifting letters of the alphabet by a specified number of positions. The user inputs a message and the shift value, and the program returns the encoded or decoded text. This project is ideal for learning about basic encryption algorithms, string manipulation, and user input handling in Python.

⚙️ Languages or Frameworks Used:

  • The script was created with -
  • the built-in functions in it.

🌟 How to run:

  • python3 caesarcypher.py

  • Enter string to decrypt: hello --> mjqqt

About

This project implements the Caesar Cipher, a classical encryption technique, using Python 3. The program allows users to encrypt and decrypt messages by shifting letters of the alphabet by a specified number of positions. The user inputs a message and the shift value, and the program returns the encoded or decoded text.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages