Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 241 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 241 Bytes

rot

Tool to implement Caesar cipher to encrypt or decrypt a textfile (simple shift code)

'''

Usage: python rot.py <file_to_crytpted_or_decrpted>

eg: python rot.py text.dat crypt 13

'''