ANN: obfuscate

Chris Colbert sccolbert at gmail.com
Mon Feb 8 21:29:50 EST 2010


I always though a double rot13 followed by a rot26 was the best?

On Mon, Feb 8, 2010 at 9:19 PM, Tim Chase <python.list at tim.thechases.com>wrote:

> Steven D'Aprano wrote:
>
>> 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)
>>
>
> I prefer the strength of Triple ROT-13 for my obfuscation needs, but I
> don't see it listed here.  I guess I'll have to roll my own despite the dire
> warnings against amateur cryptographers authoring their own unvetted
> implementations.  ;-)
>
> -tkc
>
>
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100208/8f4a2191/attachment.html>


More information about the Python-list mailing list