Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 316 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 316 Bytes

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.