Insecure Pickling

Jeff surferjeff at gmail.com
Fri Jun 11 15:14:50 EDT 2004


The pickle module is so powerful.  It has probably saved me thousands
and thousands of lines of code over the years.  It alone is enough to
pursuede me to use Python in many instances.

However, it is so insecure it can hardly ever be used.  How often can
you truly trust the think you're unpickling?

Has anyone seen a secure pickle alternative?



More information about the Python-list mailing list