Skip to content

Nithin096/Caesar-Cipher-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Caesar Cipher Tool

A Python program that can encrypt and decrypt text using the Caesar Cipher algorithm. It includes hacker-style animations and dynamic features to simulate a professional hacking environment.

Features

  • Encrypts and decrypts text using the Caesar Cipher algorithm.
  • Hacker-style animations to simulate processing.
  • Displays system information and current time in the banner.
  • Saves results to a file and views previously saved results.
  • Interactive menu for easy navigation.

Requirements

To run this tool, you need:

  • Python 3.x
  • colorama library

You can install the required library using pip:

pip install colorama

## How to Use

1. Clone the repository:
    ```bash
    git clone https://github.com/Nithin096/Caesar-Cipher-Tool.git

    ```

2. Navigate to the project directory:
    ```bash
    cd caesar-cipher-python
    ```

3. Run the script:
    ```bash
    python3 caesar_cipher.py
    ```

4. Follow the on-screen menu to encrypt, decrypt, save results, or view saved results.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Created by

**Nithin96**

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages