项目作者: ItCallum

项目描述 :
To understand the non-uniform distribution of English letters and how that may be exploited in cryptanalysis
高级语言: Java
项目地址: git://github.com/ItCallum/Cryptography-project-1.git
创建时间: 2021-03-29T11:56:16Z
项目社区:https://github.com/ItCallum/Cryptography-project-1

开源协议:

下载


Cryptography-project-1

To understand the non-uniform distribution of English letters and how that may be exploited in cryptanalysis Also looking at polyalphabetic cipher and its weakness.

FrequencyAnalyzer.java program that runs a frequency analysis of English text.

FrequencyCryptanalysis.java program that uses the code you wrote in the previous step, and cryptanalyze the following ciphertext and recover the plaintext:

To understand the working of a polyalphabetic cipher and its weakness. In particular, the Vigenère cipher will be studied.

VigenereCipher.java program includeds code encrypt() and decrypt() methods.

VigenereCryptanalysis.java program includes cryptanalysis() an method that finds the correct encryption key, given a ciphertext encrypted using a Vigenère cipher.