This is one of the daily challenges of LHD Day 4
What it does
This code lets you Encrypt as well as Decrypt various messages using The Vigenère Cipher
How I built it
This is built using Python3.
What I learned
The Vigenère Cipher is a polyalphabetic substitution cypher, as opposed to the Caesar Cipher which is a monoalphabetic substitution cypher. This means that instead of having a single shift applied to every letter, the Vigenère Cipher has a different shift for each letter. A given keyword determines the value of the shift for each letter.
What's next for Encrypt a Password
I will try to use a more complicated algorithm to secure the messages.
Log in or sign up for Devpost to join the conversation.