/julius

Web application for classical cipher functions

Primary LanguageHTML

Simple Crypto App

Simple webapp for implementing classic ciphers. For Cryptography (IF4020) Assignment
By:

  • Farras Mohammad Hibban Faddila (13518017)
  • M. Fauzan Rafi Sidiq Widjonarto (13518147)

Prereqs to install

  1. Python 3
  2. pip3
  3. Flask

How to run

  1. Go to the root folder of the project
  2. On Linux, export FLASK_APP=server.py. On Windows, set FLASK_APP=server.py
  3. Execute python -m flask run in the terminal
  4. Open browser to access localhost:5000
  5. Enjoy