Skip to content

Web app that lets users apply English letter frequency attacks and modify the key to try and solve a substitution cipher. This is not a program that will solve the cipher, but gives the user the tools and information to help.

Notifications You must be signed in to change notification settings

AndrewS-GH/SubCipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SubCipher

How to run:

  1. install neccessary packages with pip install -r requirements.txt
    NOTE: currently only python package being used is Flask
  2. Run main.py, output should contain line like -> * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
  3. Open up the local server on your browser!
    NOTE: currently only tested with google chrome

About

Web app that lets users apply English letter frequency attacks and modify the key to try and solve a substitution cipher. This is not a program that will solve the cipher, but gives the user the tools and information to help.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published