encrypt and descrypt a created file

2008-12-13 Thread frendy zhang
(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-- http://mail.python.org/mailman/listinfo/python-list

Re: encrypt and descrypt a created file

2008-12-13 Thread Tim Chase
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?? Well, as I was recently admonished (and have come to love