This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Caesar_wheel.py | |
Author : Vishnu Ashok | |
Contact : [email protected] | |
[email protected] | |
This is a cipher that was used by Julius Caesar two thousand years ago. The good news is that it is simple and easy to learn. The bad news is that because it is so simple, it is also easy for a cryptanalyst to break it. But we can use it just as a simple learning exercise. The Caesar Cipher is also explained on Wikipedia here : | |
http://en.wikipedia.org/wiki/Caesar_cipher | |
""" |
NewerOlder