You are viewing a single comment's thread from:

RE: Fun With Python: Intro To Cryptography - Vigenère and Beaufort

Loved the bit about ROT13 being its own inverse when you run it twice. Using pyhton ord and chr to handle the alphabet wrap around make the shift clean, and it clicks quick for me. Its fun how a simple Caesar trick feels like a secret handshake for letters.