Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 331 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 331 Bytes

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 :)