Alternatives for pickle?

Paul Rubin http
Tue Oct 12 15:07:40 EDT 2004


Antoon Pardon <apardon at forel.vub.ac.be> writes:
> So how do you serialize data in python, when you want
> a somewhat secure mechanisme. Preferably where a user
> can make a puzzle file by hand in a text editor.

There are a lot of different serialization formats in the Python
library but the general ones are not secure and the secure ones are
not general.  You may have to concoct an ad-hoc format just for your
puzzles.



More information about the Python-list mailing list