/CaesarCipherExample

Python Code showing a simple Caesar Cipher

Primary LanguagePython

Caesar Cipher - Index Shifting in Python

Python Code showing a simple Caesar Cipher. Takes a string and shifts the index of any given character in the string by the value set in a key. Simple, yet marginally effective.

References: Forked / Based on Al Weingart's book, Cracking Codes with Python. https://inventwithpython.com/cracking/