Skip to content
/ ecc Public

Extended version of one of the simplest and most widely known encryption techniques

License

Notifications You must be signed in to change notification settings

Cysiuu/ecc

Repository files navigation

Logo

Extended Caesar Cipher

The Extended Caesar Cipher is a modified version of the classic Caesar cipher. Unlike the traditional cipher, which uses a single shift for all letters, this extended version allows you to specify different shifts for different parts of the text. This adds an extra layer of complexity and security, making it more versatile than the original Caesar cipher.

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Docker Run

The Extended Caesar Cipher project is containerized using Docker to simplify local development and testing. Follow the instructions below to build and run the project.

Prerequisites

Run the Application

  1. Clone the repository:

    git clone https://github.com/Cysiuu/ecc.git
    cd ecc
  2. Start the services using Docker Compose:

    docker-compose up --build
  3. Access the application:

Stopping the Services

To stop the services, press Ctrl+C in the terminal or run:

docker-compose down