/Viginer

The program can encrypt and decrypt a string using a key.

Primary LanguageJavaMIT LicenseMIT

The Vigenère cipher is a method of encrypting alphabetic text by using a series of interwoven Caesar ciphers, based on the letters of a keyword. It employs a form of polyalphabetic substitution.

The program can encrypt and decrypt a string using a key.

For start:

java -jar ./encoder.jar

Was written in 2013 for the College of Information Technology