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.
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
MIT © ddanskin
