Download List

Descripción del Proyecto

RotNN.py is a python module that allows the user to do rotational encryption and de-encryption to obfuscate text. The default functionality is the same as rot13, however you can rotate the text any amount you wish: 15, 21, 4... (Hence the NN.) RotNN also includes two functions, srotate and wrotate, which operate on the entire (UNIX, at least) printable character set. They utilize rotation also, only on more than just A-Z and a-z.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-01-30 15:13
1.1.1

Este comunicado no hace cambios en la funcionalidad de rotnn sino que sólo incluye rotnn_test_script.py, que hace un montón de archivos y cosas de rotación vivo interactivo.
This release makes no changes to rotnn's functionality; it merely includes rotnn_test_script.py, which does lots of keen file and interactive rotational stuff.

2001-01-30 15:13
1.1

El código es ahora mucho más pequeño, más limpio y más fácil de mantener. También genera un error coherente ahora en lugar de los cojos error o cadena que antes. Pequeños cambios se han hecho a los casos de prueba. Este comunicado puede ser utilizado como reemplazo exacto para la rotnn original sin cambios.
The code is now much smaller, cleaner, and easier to maintain. It also raises a coherent error now rather than the lame-o string error it used to. Minor changes have been made to the test cases. This release can be used as drop-in replacement for the original rotnn with no changes.

2001-01-30 15:13
1.0

Initial release.
Initial release.

Project Resources