Skip to content

Latest commit

Β 

History

History
49 lines (33 loc) Β· 1.53 KB

File metadata and controls

49 lines (33 loc) Β· 1.53 KB

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.