rashil2000 / d-syfer

A simple JavaScript website for ciphering text
https://rashil2000.github.io/d-syfer
2 stars 15 forks source link

More ciphers! #3

Open rashil2000 opened 4 years ago

rashil2000 commented 4 years ago

Add support for more types of ciphers

jai-dewani commented 4 years ago

Yeah, here is a list of cipher that can be implemented.

And some very standard ciphers

rashil2000 commented 4 years ago

@jai-dewani Very cool! Would you like to work on any?

jai-dewani commented 4 years ago

Yeah, I would be sending a PR soon for some of these.
Most probably Affine and Playfair

r0cketr1kky commented 4 years ago

Could we also add Hill Cipher and Rail Fence Cipher?

rashil2000 commented 4 years ago

@r0cketr1kky We definitely can! Although both of them are not very easy to code and would require medium level understanding of implementing mathematical functions in vanilla JavaScript. If you're interested, do work on it, it'd be really cool!

r0cketr1kky commented 4 years ago

Cool...That sounds great. I will start working on it right now. Could you assign me this task @rashil2000 ?