arshubham / cipher

A simple application for encoding and decoding text
GNU General Public License v3.0
18 stars 10 forks source link

Add viegenre cipher #38

Closed sahilarora3117 closed 5 years ago

arshubham commented 5 years ago

@sahilarora3117 Working great. Just a few observations:

  1. Can you handle the case if key length is 0. Currently when encoding or decoding it cycles through random outputs.
  2. If possible add an option to preserve the case. I found an example online https://cryptii.com/pipes/vigenere-cipher (This needs to be done for other applicable ciphers too)
sahilarora3117 commented 5 years ago

7d832d4 fixes point 1. Will make another PR fixes all the required ciphers