Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 426 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 426 Bytes

Caesar Cipher in Python 🔐

Overview

This repository contains a Python implementation of the Caesar Cipher encryption algorithm. The Caesar Cipher is a substitution cipher where each letter in the plaintext is shifted by a fixed number of positions in the alphabet.

Features

  • Encrypts and decrypts text using a Caesar Cipher.
  • Easy to use with user input.
  • Simple Python implementation for educational purposes.