bpc2003 / Python-ROT13

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python-ROT13

this script implements the ROT13 cipher in python

What is a ROT13 cipher?

   A ROT13 cipher is a letter substitution cipher that replaces every letter you input with the letter that is 13 letters ahead of it

About


Languages

Language:Python 100.0%