Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 206 Bytes

File metadata and controls

7 lines (4 loc) · 206 Bytes

Caesar-cipher

Implementation of caesar cipher using python.

Generate encrypted text by running python encrypt.py script.

Run python decrypt.py and provide the encrypted text as input.