KuruvillaJacob02 / Encryptions_Methods

A repo where I plan to code to encrypt strings in Various Encryption methods
0 stars 2 forks source link

Need new Encryption Methods (Python) #1

Open KuruvillaJacob02 opened 4 years ago

KuruvillaJacob02 commented 4 years ago

It would be much appreciated if anyone could add one encryption method as a seperate file, the algorithim must be defined as a fucntion and the file name must be in Camel Case, do not forget to import and call the fucntion in the main file as well as Update the choices in the menu

haikux commented 4 years ago

Hi, I'd like to add Vigenere cipher to this list

KuruvillaJacob02 commented 4 years ago

Hi, I'd like to add Vigenere cipher to this list

@codeninjax1 Sure Go ahead , just make an issue telling that you want to add Vigenere cipher, I'll assign you the issue and once the PR has been merged I'll close the issue, thank you for your contribution

DanB288 commented 4 years ago

Hey, I have added a PR for transposition cipher in response to this issue

KuruvillaJacob02 commented 4 years ago

Hey, I have added a PR for transposition cipher in response to this issue

Thank you, also add your name under the contribution section

hacky1997 commented 4 years ago

@KuruvillaJacob02 I have raised an issue regarding reversed cipher. Could you please assign me? I have made a PR. Please have a look at this.