trekhleb / javascript-algorithms

📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
MIT License
185.03k stars 29.84k forks source link

Vigenère cipher #1056

Open LuisMav23 opened 11 months ago

LuisMav23 commented 11 months ago

Added a Vigenère cipher algorithm under the cryptography folder. Added the main scripts, included a README.md file and A test script. I also added this to the main READ,E.md file.