Skip to content

ecniiv/Vigenere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Vigenere crack

Based on the Kasiski examination, the program consists of looking for many repetitions in the ciphertext, then perform substitution with the most frequent letters.

Usage

./main <file> [--key | --kfile] [--min-key-length] [--max-key-length]

Examples

./main ciphertexts/orthographe.enc --min-key-length 4 --max-key-length 11
./main ciphertexts/debian --key DEBIANFTW

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published