Skip to content

A C program using command-line arguments that encrypts text with the Caesar cipher algorithm, shifting letters by a user-specified key.

Notifications You must be signed in to change notification settings

Kbryaann/Caesar-Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Caesar Cipher Encryption

A simple web app that encrypts text using the Caesar cipher algorithm β€” shifting each letter by a user-specified key.
Built with HTML, CSS, and JavaScript


Live Demo

πŸ‘‰ Open the Caesar Cipher App


🧠 How It Works

  1. Enter any text in the text box.
  2. Enter a key (a number that determines how many letters to shift).
  3. Click Encrypt to see your encrypted message.

Example: Plaintext: HELLO Key: 1 Ciphertext: IFMMP


πŸ› οΈ Technologies Used

  • HTML
  • CSS
  • JavaScript

πŸ’‘ About the Caesar Cipher

The Caesar cipher is one of the oldest and simplest encryption techniques, invented by Julius Caesar.
It replaces each letter with another letter a fixed number of positions down the alphabet.


echo "Testing YOLO badge" >> README.md

πŸ‘¨β€πŸ’» Author

Developed by Brian Kasi (Kbryaann)
Licensed under the MIT License. Updated on Fri Oct 31 20:11:49 UTC 2025

About

A C program using command-line arguments that encrypts text with the Caesar cipher algorithm, shifting letters by a user-specified key.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published