Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 522 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 522 Bytes

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