Skip to content

This repository contains a Python program that implements the Caesar Cipher encryption algorithm. The program allows users to encrypt and decrypt messages by shifting the characters of the input text by a specified key value. Perfect for understanding the basics of cryptography.

Notifications You must be signed in to change notification settings

Mikaxial/Caeser-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Ceaser Cipher

Features

  • Encrypts text messages using the Caesar Cipher algorithm.
  • Decrypts text messages with a known shift value.
  • The user can choose whether to encrypt or decrypt a message.
  • Accepts user input for the text and shift key.
  • Simple and easy-to-use Python script.

Example

Caeser-Cipher-Decyrption Caeser-Cipher-Encryption

About

This repository contains a Python program that implements the Caesar Cipher encryption algorithm. The program allows users to encrypt and decrypt messages by shifting the characters of the input text by a specified key value. Perfect for understanding the basics of cryptography.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages