-
CodeBreak hides your secret message into a sentence that can be read using morse code as the key. After encoding your message, simply cover the upper or lower parts of the characters to reveal the hidden message.
-
Morse encoder and decoder can take a text string with alphanumeric characters and convert it to a string of morse symbols represented by . and - characters.Morse symbols can also be converted to a text message.Requirements:PHP 5.0 or higher
-
morse class is a short class for encoding or decoding morse signs.input: this is my 1st morseoutput: - .... .. ... .. ... -- -.-- .---- ... - -- --- .-. ... .

