lbalvarenga / rotN

A ROT Cipher Encoder/Decoder.

Home Page:https://lukeathedev.github.io/rotN/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rotN

A ROT Cipher Encoder/Decoder available here.

How does it work?

rotN simply rotates characters of a given text by N positions. ROT13 is a special case, since applying the algorithm twice yields the original text. You can find more information about it here.

rot13

Is it useful?

Although very insecure, the ROT series of ciphers are great at masking text. An example would be hiding spoiler text or pretending to be cool at school.

Dude 1> Hey man, how's it going?
Dude 2> Nyy tbbq bire urer va gur EBG havirefr!
Dude 1> Huh?

About

A ROT Cipher Encoder/Decoder.

https://lukeathedev.github.io/rotN/

License:MIT License


Languages

Language:HTML 66.9%Language:JavaScript 33.1%