An open API service indexing awesome lists of open source software.

https://github.com/strikeless/vigenere_kasiski_examination

Crappy Vigenère cipher Kasiski examination in Rust
https://github.com/strikeless/vigenere_kasiski_examination

Last synced: 8 months ago
JSON representation

Crappy Vigenère cipher Kasiski examination in Rust

Awesome Lists containing this project

README

          

# 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](https://wikipedia.org/wiki/Vigenère_cipher)