Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 520 Bytes

File metadata and controls

19 lines (15 loc) · 520 Bytes

Caesar Cipher

A Caesar Cipher (also known as a shift cipher) command line app that encodes and decodes messages using a given key. This command line app was written in Ruby.

cipher_preview

To Use

Download files, run command line: Encryption Example: ruby caesar_cipher.rb encrypt hello 13 returns: uryyb

Decryption Example: ruby caesar_cipher.rb decrypt uryyb 13 returns: hello

License

MIT © ddanskin