Obfuscation!

A Python conversion of my earlier obfuscation script (which was in Perl). So far you can convert using extremely basic symmetric substitution ciphers like ROT13, ROT47, and Atbash.

Converted text will appear here.

  Key:

About the cipher (ROT13): Encoding or decoding something with a particular cipher will put some basic information about the cipher into this space.

Documentation on the script's built-in cipher object.