An open API service indexing awesome lists of open source software.

https://github.com/bukson/crypto


https://github.com/bukson/crypto

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

crypto
======

Cracking the vigenere cipher en.wikipedia.org/wiki/Vigenère_cipher.

First we try to find the length of key, then separte blocks coded with the same letter and crack it like Ceaser cipher.

Comments included in code :)

Files:

crackvigenere.py - Doing the job

vig.in - Example of vigenere encoded input in b64

myEncoding.py - Contains several encoding and decoding stuff(hex, b64)

textscore.py - Contains frequency analisys methods name Dicts(currently NormDict and NgramDict)