Links

Search This Blog

November 21, 2021

ROT-X v0.31


Custom ROT

Make sure length of character set is even number and consisted of unique symbols.







Character set:


Text to be encoded/decoded:






It's not usual ROT-13. It seems it supports unicode too. Will work on it when has time.

Download Code:

QBasic - Code is as it is. You can help me make better code
Python 3 - Simplest code of all
C - Over complicated
C - Little less compilicated
Visual Basic - simple code and simple GUI (GITHUB)
Python 2.X - Blog post of initial code

More info
https://www.rot13.com/
https://en.wikipedia.org/wiki/ROT13
ROT-13 in BrainFuck (Esoteric Programming Language)

3 comments:

Anonymous said...

Do UPPER CASE.
Do charset rotation option.
Do more charsets.

Anonymous said...

More charsets done.

Anonymous said...

Now all you have to do is to package it properly.

Post a Comment