Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 297 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 297 Bytes

ceaser-cipher

A python code that performs a ceasar cipher. Do both encryption of a plain text or decryption for a cipher text. in ceasar cipher the key used in encryption or decryption is a single character and the message contains characters only. Have fun with my code, and try your own one.