Kotlin icon indicating copy to clipboard operation
Kotlin copied to clipboard

Vigenere encryption

Open Aishwarya0601 opened this issue 4 years ago • 0 comments

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

Aishwarya0601 avatar Nov 15 '21 19:11 Aishwarya0601