Skip to content

Simple and readable python code that encrypt or decrypt ROT 1 to ROT 13.

Notifications You must be signed in to change notification settings

YonkoSultan/ROT-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

ROT-Python

Simple and readable python code that encrypt or decrypt (ROT 13) cipher.

ROT("text")

After downloading the file, create a new python file and write:

from ROT import *
 
print(ROT("text"))

To encrypt just pass True argument to the function call; such as this:

print(ROT("sultan", True))

result :

fhygna

About

Simple and readable python code that encrypt or decrypt ROT 1 to ROT 13.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages