Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 227 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 227 Bytes

CaesarCipher

Basic Caesarian cipher

Only handles capital and lowercase letters. Punctuation and numbers are left unchanged

The only solution I've seen not using the ord method, which in my opinion simplifies the code a bit