Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 297 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 297 Bytes

Morse

This is a Java code to encrypt sentences to moris code using repalce method from String class.

  • means a short sign (dot) while the + means a long signs (dash), While slash is used to seperate the letters to make it easier to to decrypt later. decryption code will be published later ...