项目作者: clundstrom

项目描述 :
Exercises for simple ciphers like Caesar and Vigenére.
高级语言: Python
项目地址: git://github.com/clundstrom/crypto_exercises.git
创建时间: 2020-11-17T21:33:36Z
项目社区:https://github.com/clundstrom/crypto_exercises

开源协议:

下载


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.