Skip to content

siggb/HackingVigenereCipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encoding, Decoding & Hacking Vigenere cipher

Stage 1

This project was created for the educational purposes of the course "Methods of information security" (Vladimir State University, specialty ID is 230101).

It is a web-application for the encoding, decoding & hacking Vigenere cipher. Result of hacking is analysing by using Markov chains.

Requirements

  • Python 2.7
  • Django 1.5
  • MySQL Server 5.5.6
  • Apache2
  • IDE PyCharm

Example Usage

Source code for those steps right here: "../master/logic/".

License

Encoding, Decoding & Hacking Vigenere cipher is available under the MIT license.

Copyright © 2013 Ildar Sibagatov.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Using a trained Markov chain - a stochastic model for describing a sequence of possible events - to decipher the Vigenère code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published