benjaminweymouth / CaesarCipherExample

Python Code showing a simple Caesar Cipher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Python Code showing a simple Caesar Cipher


Languages

Language:Python 100.0%