by unixrat
RotNN is a Python module that implements rotation encryption/obfuscation. The default action is similar to rot-13, but it can also rotate over the entire UNIX printable character set.
RotNN has been updated. The code size has been almost chopped in half - I missed one BIG obvious idea that I have now fixed. The resultant code is much cleaner and easier to manage (Not to mention grok). And I quit using those lame-o string errors ...
Version 1.1 + Major code simplification. I don't know why I didn't think of it earlier. Code is now MUCH easier to understand and maintain. + Raises ValueError now instead of that lame-o string error it used to raise. + Minor changes to test cases. ...
Version 1.1 + Major code simplification. I don't know why I didn't think of it earlier. Code is now MUCH easier to understand and maintain. + Raises ValueError now instead of that lame-o string error it used to raise. + Minor changes to test cases. ...
Version 1.1 + Major code simplification. I don't know why I didn't think of it earlier. Code is now MUCH easier to understand and maintain. + Raises ValueError now instead of that lame-o string error it used to raise. + Minor changes to test cases. ...
Version 1.1 + Major code simplification. I don't know why I didn't think of it earlier. Code is now MUCH easier to understand and maintain. + Raises ValueError now instead of that lame-o string error it used to raise. + Minor changes to test cases. ...
The initial release of RotNN is now available. RotNN is a python module that allows the user to implement rot-13 style de/encryption, but with the added features of any rotation value wanted (not just 13) and rotation over the entire printable character ...
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use