Grant Edwards wrote:
> On 2005-05-03, mahasamatman <[EMAIL PROTECTED]> wrote:
>>password = pasword.decode("base64")
>
> That will delay the attacker for a few minutes.True, but a script kiddie that only knows about the 'strings' program will be forever baffled :) Though deprecated, I think the enigma cipher (rotor) is still present in python - it could find its use in simple cases like this. -- http://mail.python.org/mailman/listinfo/python-list
