项目作者: bradagy
项目描述 :
ROT13 is a simple letter substitution cipher that replaces a letter with the 13th letter after it, in the alphabet.
高级语言: Python
项目地址: git://github.com/bradagy/rot13.git
ROT13
My take at creating a simple letter substitution cipher that replaces
a letter with the 13th letter after it, in the alphabet.
Examples
- The name Kanye would become Xnalr.
- The word “Money” would become Zbarl.
- The word “Golfing” would become Tbysvat.