Télécharger la liste

Description du projet

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.

Système requise

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

Ce communiqué ne fait pas de modifications apportées aux fonctionnalités rotnn's, elle comporte simplement rotnn_test_script.py, qui fait un bon nombre de dossier vif et commandes de rotation interactive.
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

Le code est maintenant beaucoup plus petites, plus propre et plus facile à entretenir. Il soulève également une erreur cohérente, aujourd'hui, plutôt que l'erreur lame-o chaîne qu'avant. Des modifications mineures ont été apportées aux cas de test. Ce communiqué peut être utilisé comme halte-remplacement de la rotnn originale sans aucune modification.
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

Version initiale.
Initial release.

Project Resources