Welcome, Guest! Log In | Create Account

Share

Python RotNN

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.


http://rotnn.sourceforge.net

Cryptography

Project Feed

  • rotnn 1.1.1 file released: rotnn-1.1.1.tar.gz

    • Addition of rotnn_test_script.py -- It does lots of peachy keen file and interactive rotational things.

    10:22PM on Jun 09 2000

  • rotnn 1.1.1 file released: rotnn-1.1.1.tar.gz

    • Addition of rotnn_test_script.py -- It does lots of peachy keen file and interactive rotational things.

    10:22PM on Jun 09 2000

  • rotnn 1.1.1 file released: rotnn-1.1.1.tar.gz

    • Addition of rotnn_test_script.py -- It does lots of peachy keen file and interactive rotational things.

    10:22PM on Jun 09 2000

  • rotnn 1.1.1 file released: rotnn-1.1.1.tar.gz

    • Addition of rotnn_test_script.py -- It does lots of peachy keen file and interactive rotational things.

    10:22PM on Jun 09 2000

  • Updated Version - Now 1.1

    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 ...

    06:11PM on Jun 02 2000 by unixrat

  • rotnn 1.1 file released: rotnn-1.1.tar.gz

    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.  ...

    12:48PM on Jun 02 2000

  • rotnn 1.1 file released: rotnn-1.1.tar.gz

    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.  ...

    12:48PM on Jun 02 2000

  • rotnn 1.1 file released: rotnn-1.1.tar.gz

    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.  ...

    12:48PM on Jun 02 2000

  • rotnn 1.1 file released: rotnn-1.1.tar.gz

    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.  ...

    12:48PM on Jun 02 2000

  • Initial Release

    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 ...

    02:19PM on May 14 2000 by unixrat

Python RotNN Actions