Added the normal morse encryption
This commit is contained in:
parent
0e78a407e5
commit
954f57f221
3 changed files with 222 additions and 1 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue