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
- Host: GitHub
- URL: https://github.com/jrdpteam/rotter
- Owner: jrdpteam
- Created: 2024-03-10T12:12:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-28T11:00:07.000Z (over 1 year ago)
- Last Synced: 2025-01-11T05:21:19.814Z (9 months ago)
- Topics: algorithm, encryption, encryption-decryption, kali-linux, python, python3, rot, rot13, rot13-cipher, tool
- Language: Python
- Homepage: https://jrdpteam.netlify.app/
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rotter
ROT encryption toolkit. by JRDP TeamYou 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 :)