PSeminarKryptographie / MonkeyCrypt

This modest Java Application aims to teach children the basics of (classical) cryptography, try out different encryption types and practice their skills.
https://monkeycrypt.jimdo.com/
MIT License
10 stars 49 forks source link

Further refactoring of the morsecode-class #99

Closed JonDev17 closed 5 years ago

JonDev17 commented 5 years ago

I divided the decrypt mechanism into smaller submethods in order to make the code easier to read, understand and edit.