encrypt and descrypt a created file

frendy zhang zhang_killer at hotmail.com
Thu Dec 11 00:03:48 EST 2008


if form.accepts(request.vars,session):         for table in db.tables:             rows=db(db[table].id).select()             print rows             open(str(os.sep).join([os.getcwd(), 'applications',                 request.application, 'databases',                 table+'.csv']),'w').write(str(db(db[table].id).select ())) 
 
 
How can i encrypt and descrypt the created file above??
 
thanks in advance...
_________________________________________________________________
NEW! Get Windows Live FREE.
http://www.get.live.com/wl/all
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20081211/79932c31/attachment-0001.html>


More information about the Python-list mailing list