Skip to content

Latest commit

 

History

History

caesar-cypher

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

To run this:

  • To encrypt your text:
    python encrypt_caesar.py <TEXT_YOU_WANT_TO> <POSITION_TO_SHIFT>
    
  • To decrypt your text:
    python decrypt_caesar.py <TEXT_ENCRYPTED_YOU_WANT_TO> <POSITION_TO_SHIFT>