Kotlin
Kotlin copied to clipboard
Vigenere encryption
The Vigenère cipher is an example of a polyalphabetic substitution cipher. A polyalphabetic substitution cipher is similar to a monoalphabetic substitution except that the cipher alphabet is changed periodically while enciphering the message. I have implemented the Vigenere cipher along with its test cases respectively