Skip to content

bukson/crypto

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages