Skip to content

Prashastt/Caesar-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Caesar Cipher

This repository contains a simple implementation of the Caesar Cipher, a classical encryption technique used in cryptography.

πŸ“Œ What is Caesar Cipher?

The Caesar Cipher is a substitution cipher where each letter in the plaintext is shifted by a fixed number of positions in the alphabet.

For example:

  • Plaintext: HELLO
  • Shift: 3
  • Ciphertext: KHOOR

πŸ›  Features

  • Encrypts text using a given shift value
  • Decrypts encrypted text back to original form
  • Handles uppercase and lowercase letters

πŸ“š Learning Purpose

This project was created for learning:

Basic cryptography concepts

String manipulation in Python

Writing clean and readable code

πŸ‘€ Author

Prashast Pandey MCA (Data Science & Informatics), NIT Patna

About

Simple implementation of the Caesar Cipher encryption and decryption algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages