Module cipher_crypt::fractionated_morse [] [src]

The Fractionated Morse cipher builds upon Morse code, a well-known method for encoding text which can then be sent across simple visual or audio channels.

The Fractionated Morse cipher does not produce a one-to-one mapping of plaintext characters to ciphertext characters and is therefore slightly more secure than a simple substitution cipher. In addition to this, it allows many non-alphabetic symbols to be encoded.

Structs

FractionatedMorse

A Fractionated Morse cipher.