TheAlgorithms / Algorithms-Explanation

Popular algorithms explained in simple language with examples and links to their implementation in various programming languages and other required resources.
MIT License
2.97k stars 738 forks source link

Vigenere Cipher Explanation added in English language #210

Closed JahnabDutta closed 1 year ago

JahnabDutta commented 1 year ago

Description

Provided the explanation for vignere cipher in the cipher directory of the English language. Added brief encryption and decryption algorithm along with an example. Then described the complexity analysis of the scheme. Furthermore, added resources about regarding the cryptanalysis(attack) of the cipher and caution regarding not using it for real life purposes. Also attached the implementation links in python, C++ and javascript.

Checklist

JahnabDutta commented 1 year ago

Made changes and also added fixed spelling errors.