If your browser supports JavaScript, you can use this decoder to scramble and unscramble rot-13 text.
What is rot-13?Rot-13 is a cipher commonly used in the Usenet newsgroups. It scrambles the text of a message so that it is not immediately readable. Rot-13 is often used as a courtesy, to avoid spoiling the ending of a movie or to hide an offensive joke. To read the scrambled message, the user must apply rot-13 again, which reveals the readable text. Most newsreader programs provide a way to apply rot-13. The cipher is very simple: each character in the text is rotated 13 positions in the alphabet, cycling around at the end. Numbers and punctuation are not affected. To unscramble the text, reapply rot-13. Since there are 26 letters in the alphabet, performing rot-13 twice returns the text to its original state.
|
|
|
|
|
| argenten | netragna |
| baboon | onobba |
| bought | obhtug |
| gnat | tang |
| ravine | enivar |
| tangantangan | gnatnagnatna |
Here is a Perl script to generate rot-13 word pairs and anagrams from word lists: rot13analyzer.pl.
The script reads one or more word lists that you provide and searches them for interesting rot-13's. Word-pair matches are written with a "W:" prefix, and anagram matches are written with an "A:" prefix.
I ran the script on two different word lists available on the Internet:
If you discover any other rot-13 word pairs or anagrams, please let me know, and I will add them to the list.
Thanks to all who have contributed.