项目作者: 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
创建时间: 2019-12-14T02:22:06Z
项目社区:https://github.com/bradagy/rot13

开源协议:MIT License

下载


ROT13

My take at creating a simple letter substitution cipher that replaces
a letter with the 13th letter after it, in the alphabet.

Examples

  1. The name Kanye would become Xnalr.
  2. The word “Money” would become Zbarl.
  3. The word “Golfing” would become Tbysvat.