Skip to content

JRDPCN/rotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

rotter

ROT encryption toolkit. by JRDP Team

You can use any encoding/decoding between 1 & 100. To encrypt text "love you",enter this command in rotter folder:

python3 rotter.py -c ROT13 -e "love you"

To decrypt encrypted "love you" text enter this command

python3 rotter.py -c ROT13 -d "ybir lbh"

plz give a star :)