Skip to content

mickeypatil/Caesar-Cipher-Encryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ” Caesar Cipher Encryptor

A simple Python program that encrypts text using the Caesar Cipher โ€” one of the earliest and easiest techniques of encryption, where each letter in the plaintext is shifted by a fixed number of positions in the alphabet.

๐Ÿ“Œ What It Does

  • Takes user input for:
    • A plaintext message
    • A shift value (integer)
  • Encrypts the message using the Caesar Cipher technique
  • Maintains:
    • Case sensitivity (uppercase/lowercase)
    • Non-alphabetic characters unchanged (spaces, punctuation, numbers)
  • Displays the encrypted (ciphertext) message

๐Ÿ’ก Example

Input:

Enter the plaintext: Hello, World! Enter the shift value: 3

Output:

Encrypted text: Khoor, Zruog!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages