Comment 1 for bug 1183629

Revision history for this message
Legrandin (gooksankoo) wrote :

The problem you mention has been fixed in a recent patch:

https://github.com/dlitz/pycrypto/commit/db52ac71e804e85ace3edd772d2e78055972ac2c

Still, I wouldn't use pickle in the first place.
Using exportKey() and importKey() is much more secure and robust.