Re: toprettyxml messes up with whitespaces

2007-10-03 Thread Legrandin
ningful for the application. Legrandin -- http://mail.python.org/mailman/listinfo/python-list

Re: Pycrypto RSA Issue

2010-02-09 Thread Legrandin
> gkey = RSA.generate(384, Random.new().read) > string = str((gkey.publickey().__getstate__(),(333,444))) You are encrypting with RSA a piece of data which is way larger than the key size (48 bytes). -- http://mail.python.org/mailman/listinfo/python-list