An open API service indexing awesome lists of open source software.

https://github.com/jrdpteam/rotter

rotter can be used to encrypt text in ROT encryption. by JRDP Team
https://github.com/jrdpteam/rotter

algorithm encryption encryption-decryption kali-linux python python3 rot rot13 rot13-cipher tool

Last synced: 8 months ago
JSON representation

rotter can be used to encrypt text in ROT encryption. by JRDP Team

Awesome Lists containing this project

README

          

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