Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Caesar Cipher

How to use:

The program has two required arguments:

  • A message to be encrypted
  • A value to shift all letters by (can be negative)

To use the program, enter on your terminal:

  • python caesar.py

The program will prompt you for these two arguments, and then print out the encrypted message.

Example:

  • Hello world!

shifted by 3 letters becomes:

  • Khoor zruog!