I'm doing a code review of an application that occassionally
writes blocks of secure data to temp files created with
tempfile.TemporaryFile( delete=True ).

How secure are temp files created via tempfile.TemporaryFile(
delete=True )?

Are there OS specific nuances I should be concerned about
regarding use of this function on Windows (XP or higher) or
Linux?

Thank you,
Malcolm
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to