/vigenere-cipher

simple app in JavaFX

Primary LanguageJava

vigenere-cipher

A simple application thanks to which we can encrypt or decrypt our message using Vigenere'a Cipher.

In first textArea Wprowadź tekst we can input sentence that we can code or decode. It depence on what we will choose (Szyfrowanie meens "Code" and Deszyfrowanie meens "Decode").

Wprowadź klucz - enter key.

Uruchom - start button.

Wiadomość - our final encrypted or decrypted message

Kopiuj zawartość - copy content button

Wyczyść - clear

Samples

Encrypting our message

vigenere_1

It doesn't matter if you write something with capital letters or you use spaces in your key because I used toLowerCase() and trim() methods.

Decrypting our message

vigenere_2

You have to use the same key that you were using to encrypt your message.