Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 500 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 500 Bytes

Caesar Cipher Mini Project

This is a mini project that provides functionality to encrypt and decrypt messages using the Caesar Cipher algorithm. The Caesar Cipher is a simple and ancient encryption technique where each letter in the plaintext is shifted a certain number of places down the alphabet.

Features

  • Encrypt Messages: Shift each letter of the input message by a specified number of positions.
  • Decrypt Messages: Reverse the shift to retrieve the original message.