sscodes / Playfair_Cipher

This is a repository based on Java, which involves the concept of Playfair Cipher of cryptography.
0 stars 3 forks source link

Logical Bugs #1

Open sscodes opened 5 years ago

sscodes commented 5 years ago

There are some logical bugs which are yet to be debugged. Anyone who has knowledge on the topic of Playfair cypher or knows Java coding are welcome to fix the bug!!

jmick414 commented 5 years ago

I'd be interested in taking a look into this. I'd suggest breaking up the code up into smaller units where possible. Would you have any objections if I refactor the code a bit and raise a PR?

sscodes commented 5 years ago

Hello Josh! No, I would have no objections at all, if you refactor the code and raise a PR. Go ahead and make your changes. Happy hacking! :)

jmick414 commented 5 years ago

Great, thanks! I appreciate the opportunity. I was not familiar with this cipher until I came across this issue. I'll have the PR created soon.