Examples of applying Kasiski examination and Index of Coincidence along with Frequency analysis to restore cryptographic key of Vigenere encypted ciphertext and decrypt it.
-
Updated
Feb 4, 2024 - Python
Examples of applying Kasiski examination and Index of Coincidence along with Frequency analysis to restore cryptographic key of Vigenere encypted ciphertext and decrypt it.
Cryptanalysis of Enigma M4 in Go Lang with pure statistical means utilizing Index of Coincidence and Trigram analysis.
C[ryptographic Ana]lyzer
Cryptography Algorithm Implementations
In this project, we experiment with the use of diverse cryptographic algorithms. First, we attempt to encrypt a plaintext message using the Vigenère Algorithm and a fixed-length encryption key. Afterward, we experiment with the decryption of the produced cipher using Kasiski's Method, as well as the Index of Coincidence statistical test.
Vigenère cipher, keyed Vigenère cipher and autokey cipher. Single and double columnar transposition ciphers. Cryptanalysis of the Vigenère cipher. Data Structures and Algorithms Lab, summer 2018 (offered by Bachelor's Programme in Computer Science, University of Helsinki).
Program which cracks Vigenere cipher, for English cipher text
hillclimbing attack on simple substitution ciphers
Add a description, image, and links to the index-of-coincidence topic page so that developers can more easily learn about it.
To associate your repository with the index-of-coincidence topic, visit your repo's landing page and select "manage topics."