Skip to content

brotatos/caesar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

caesar

caesar is a simple encrypter or decrypter that shifts your message the amount of characters you specify in [shift].

Usage

caesar <option> [ shift ] [ "string" ]
-e, --encrypt
    Encrypt the message by shifting all the characters forward in the
    alphabet.

-d, --decrypt
    Dencrypt the message by shifting all the characters backward in the
    alphabet.

The string must be enclosed in double quotes.

Author

Robin Choudhury <rchoudhu@calpoly.edu>

About

A simple caesar cipher.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages