ANN: obfuscate 0.2.2b

S

Steven D'Aprano

I am pleased to announce the beta release of obfuscate 0.2.2b.

http://pypi.python.org/pypi/obfuscate/

The beta release does not contain any new functionality from the previous
version, but includes bug fixes and many new tests.



obfuscate is a pure-Python module providing classical encryption
algorithms suitable for obfuscating and unobfuscating text.

obfuscate includes the following ciphers:
- Caesar, rot13, rot5, rot18, rot47
- atbash
- Playfair, Playfair6 and Playfair16
- Railfence (encryption only)
- Keyword
- Affine
- Vigenere
- frob (xor)

and others.

DISCLAIMER: obfuscate is not cryptographically strong, and should not be
used where high security is required. (The ciphers provided in obfuscate
may have been state of the art centuries ago, but should not be used where
strong encryption is required.

obfuscate is released under the MIT licence.

Requires Python 2.5 or 2.6.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

ANN: obfuscate 30
ANN: obfuscate 0.2.2 7

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,074
Latest member
StanleyFra

Latest Threads

Top