#cipher #code #table #ascii #vigenère #extended

app vigenere

Simple Vigenère cipher program, on the extended ASCII table

3 releases

Uses old Rust 2015

0.0.3 Sep 20, 2017
0.0.2 Aug 12, 2017
0.0.1 Aug 12, 2017

#2037 in Cryptography

27 downloads per month

CC0 license

6KB
119 lines

Vigenère

Implémentation du chiffre de Vigenère, en Rust

Cette implémentation se fait sur la table ASCII étendue (255 x 255)

No runtime deps