jainaman224 / Algo_Ds_Notes

A comprehensive resource for learning and implementing algorithms and data structures. This repository includes detailed notes, complexity analysis, and code examples in C++, Java, Python, and more. Ideal for students, professionals, and those preparing for coding interviews.
GNU General Public License v3.0
2.24k stars 2.09k forks source link

Substitution Cipher in java #2050

Closed hritik5102 closed 4 years ago

hritik5102 commented 4 years ago

@raghav-dalmia @MastersAbh @asha15 @singh-shreya6 @SakshiShreya There is no Java implementation for the Substitution Cipher (Affine cipher and Vigenere cipher ). I would like to work on this issue. Please assign me with this issue.

ravireddy07 commented 4 years ago

I would like to continue this issue with remaining cipher algorithms like vernam cipher, hill cipher, play fair, auto key cipher, monoceaser cipher and transposition ciphers in c++ and Java. @jainaman224 @raghav-dalmia @Vaibhavraj10