Added the normal morse encryption

This commit is contained in:
mmk2410 2015-04-16 23:48:18 +02:00
parent 0e78a407e5
commit 954f57f221
3 changed files with 222 additions and 1 deletions

View file

@ -13,6 +13,7 @@
<script src="js/web/web.js"></script>
<script src="js/engine/EncryptWrittenMorse.js"></script>
<script src="js/engine/DecryptWrittenMorse.js"></script>
<script src="js/engine/EncryptNormalMorse.js"></script>
<script src="js/engine/DecryptNormalMorse.js"></script>
</head>