Skip to content

Aryan10Raj/Caesar-cipher_Enc-denc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Caesar-cipher_Enc-denc

A simple implementation of the Caesar Cipher in Python. This project includes functionality for both encrypting and decrypting messages using the Caesar Cipher technique.

Overview

The Caesar Cipher is a type of substitution cipher where each letter in the plaintext is shifted a certain number of places down or up the alphabet. This project provides a Python implementation for both encryption and decryption.

Features

  • Encrypt messages using a specified shift value.
  • Decrypt messages using a specified shift value.
  • Handles both uppercase and lowercase letters.
  • Preserves non-alphabetic characters unchanged.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages