Skip to content

Strikeless/vigenere_kasiski_examination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vigenere_analysis

Crappy Vigenère cipher Kasiski examination in Rust

It should do it's job correctly at Kasiski examination, but it can certainly be optimized and improved upon.

I'm still a beginner at Rust, and this was made in a rather short amount of time for fun, thus don't expect the code to be anything good. I'll happily take advice though, but this is most likely not going to receive more commits.

Vigenère cipher

The Vigenère cipher is very similar to the Caesar cipher, and behaves almost exactly like one except for the multi-character key. I mostly used this Wikipedia page as a reference

About

Crappy Vigenère cipher Kasiski examination in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages