项目作者: clundstrom
项目描述 :
Exercises for simple ciphers like Caesar and Vigenére.
高级语言: Python
项目地址: git://github.com/clundstrom/crypto_exercises.git
Crypto exercises
This is a repo where I try to work out some functions for cryptoanalysis intended to solve simpler ciphers like
Caesar or Vigenére.
Uses
- Chi square method to solve caesar
- Caesar shift
- Kasiski examination to analyse repeated n-grams of characters in order to find keylength for vigenere.