Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 513 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 513 Bytes

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 <[email protected]>