Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #71866

cx_freeze and temporary files - security related question

Date 2014-05-21 18:42 +0200
From Nagy László Zsolt <gandalf@shopzeus.com>
Subject cx_freeze and temporary files - security related question
Newsgroups comp.lang.python
Message-ID <mailman.10201.1400690604.18130.python-list@python.org> (permalink)

Show all headers | View raw


I need to create an application for Windows 7 that runs from a flash 
drive. This program would be used to create remote backups of the 
pendrive. The pendrive contains sensitive data, so when I plug in the 
pendrive and run the program to make a backup, it should not leave any 
trace of operation on the windows system. The information is so 
sensitive that I was forbidden to use cloud storage. I was also 
forbidden to make backups to a local drive, or leave any trace on the 
host windows system.

The question is this: if I create this program with Python 3.4 and 
cx_Freeze, then what should I expect. When the user starts the 
cx_freeze-d program from the flash drive, will it create temporary files 
on the system drive? Will it leave log files or store any permanent or 
temporary data on the system drive (maybe in the user's tmp folder) that 
can later be used to tell what drive was mounted, with what parameters 
the program was started etc.

Thanks

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

cx_freeze and temporary files - security related question Nagy László Zsolt <gandalf@shopzeus.com> - 2014-05-21 18:42 +0200
  Re: cx_freeze and temporary files - security related question Richard Damon <Richard@Damon-Family.org> - 2014-07-06 09:21 -0400
    Re: cx_freeze and temporary files - security related question William Ray Wing <wrw@mac.com> - 2014-07-06 15:04 -0400
    Re: cx_freeze and temporary files - security related question Richard Damon <Richard@Damon-Family.org> - 2014-07-06 15:52 -0400

csiph-web