mbuet2ner / JEasyCrypto

A project for educational purposes for the course "Open Source Software Development" at the University of Oulu
GNU General Public License v3.0
2 stars 23 forks source link

Implement ROT13 crypto method #29

Closed jnnl closed 4 years ago

jnnl commented 4 years ago

Adds a new crypto method to encrypt and decrypt data using the ROT13 cipher.

Closes #13

mbuet2ner commented 4 years ago

One small note however: It was little bit hard to review the 19 commits. The commit messages are sometimes very limited like

readme updated

multiple times. This makes a) the git history cluttered and hard to read and b) is hard to the reviewer.

mbuet2ner commented 4 years ago

As you can see from the 19 commits, there is something wrong the this PR. You probably did not update for a long time... That is why I have reverted your PR and removed the commits from our git history. Please provide a new PR with a clean history and only your changes. Make sure that you pull and update your local repository beforehand.