Skip to content

aghyad/Morsifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Morsifier

A simple morse coder and decoder engine.

Installation

$ gem install morsifier

Usage

Example

m = MorseCodec.new

morse_encrypted = m.to_morse("Hello World").inspect

puts morse_encrypted

morse_decrypted = m.decode_morse(m.to_morse("Hello World")).inspect

puts morse_decrypted

Output

".... . .-.. .-.. ---   .-- --- .-. .-.. -.."

"Hello World"

Website

https://rubygems.org/gems/morsifier

Author

Aghyad Saleh (@aghyadsaleh)

aghyad1984@hotmail.com

About

A simple Morse encrypting/decryption engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages