omjego/Cryptography

Extract ciphers out into new respective classes

Opened this issue · 4 comments

Extract out all the cipher functions into new classes.

Hi, can you explain a bit more on what needs to be done here.. I can see that there is src/ciphers/Ciphers.java file, do you need to extract the public functions into new classes..
If so, why?
If not, please explain

Ideally there should be a ciphers package which should include classes for each cipher. Right now its a cipher class which has methods for each cipher.

I'll pick this up

Sure. Go ahead.