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.l...@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
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to