Skip to content

command line app for encrypting and decrypting text using a Caesar cipher (also known as shift cipher)

Notifications You must be signed in to change notification settings

ddanskin/caesar-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

command line app for encrypting and decrypting text using a Caesar cipher (also known as shift cipher)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages