Alternatives for pickle?
Paul Rubin
http
Tue Oct 12 15:07:40 EDT 2004
More information about the Python-list mailing list
Tue Oct 12 15:07:40 EDT 2004
- Previous message (by thread): Alternatives for pickle?
- Next message (by thread): BayPIGgies: October 14, 7:30pm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Alternatives for pickle?
- Next message (by thread): BayPIGgies: October 14, 7:30pm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list