Skip to content

pulkitvaishnav/cryptic-mining

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptic-mining-A system to decrypt cipher text into plain text using english grammer

Set-up Django project

First create one virtual environment using:

1.virtualenv venv 2. source ./venv/bin/activate

Install Django 1.9

pip install django==1.9

Install all packages from requirements.txt

pip install -r requirements.txt

Page URL where you have to edit. http://localhost:8000/sparse_matrix http://localhost:8000/sparse_matrix/sparse http://localhost:8000/fibonacci

If you will get stuck DB:

  1. python manage.py migrate

Prerequisites:

  1. You should have python installed
  2. You should have MYSQL installed

About

Decryption of cipher text using english grammar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 82.3%
  • JavaScript 13.1%
  • CSS 3.2%
  • HTML 1.1%
  • Other 0.3%