The Hill Cipher

What Is It?


Installation

The following instructions assume that you have Python 3.9, pip, and Make already installed.

  1. Clone this repository.

$ git clone https://github.com/AAWorks/hill-cipher.git

  1. OPTIONAL Create a new virtual environment. Learn more about those here.

$ python3 -m venv ~/<your_env_name>
$ source your_env_name/bin/activate

  1. Cd into hill-cipher $ cd hill-cipher/

  2. Install project dependencies.

$ make setup

  1. Run the app.

$ make run

  1. Go to the url outputted in your preferred browser.

i.e. http://127.0.0.1:5000/


Presentation

Presentation: Presentation.md
Homework: Homework.md


Mentions

Stuyvesant High School
Prof. Konstantinovich