Skip to content

πŸ” Simple Caesar Cipher Menu πŸ›‘οΈ A Bash script for easy encryption/decryption using Caesar Cipher.

Notifications You must be signed in to change notification settings

nekio-sudo/Caesar-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Caesar Cipher Menu Script πŸ›‘οΈ

This Bash script implements a Caesar Cipher menu with options to encrypt and decrypt text using the Caesar Cipher algorithm. It provides a user-friendly interface for interacting with the encryption and decryption functionalities.

Table of Contents πŸ“‹

Overview πŸ“–

The Caesar Cipher is a classic encryption technique that shifts each letter in the plaintext by a certain number of positions down the alphabet. This script offers a menu-driven approach to encrypting and decrypting text using the Caesar Cipher.

Features ✨

  • Encrypt text with a specified shift value.
  • Decrypt text with a specified shift value or try all possible shift values for decryption.
  • User-friendly menu interface for easy navigation.
  • Randomly generate shift values for encryption.

Usage πŸ’»

  1. Clone the repository to your local machine:

    git clone https://github.com/nekio-sudo/Caesar-Cipher.git
  2. Navigate to the script directory:

    cd Caesar-Cipher
  3. Run the Cipher.sh script:

    bash Cipher.sh
  4. Follow the on-screen prompts to choose encryption or decryption, enter the required text, and view the results.

Installation πŸ› οΈ

No special installation steps are required. Simply clone the repository and run the script as described in the Usage section.

License πŸ“„

This script is licensed under the MIT License.

About

πŸ” Simple Caesar Cipher Menu πŸ›‘οΈ A Bash script for easy encryption/decryption using Caesar Cipher.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published