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

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <gandalf@shopzeus.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.040
X-Spam-Evidence '*H*': 0.92; '*S*': 0.00; 'parameters': 0.04; 'from:charset:iso-8859-2': 0.09; 'plug': 0.09; 'storage.': 0.09; 'subject:files': 0.09; 'subject:related': 0.09; 'tmp': 0.09; 'runs': 0.10; 'subject:question': 0.10; 'python': 0.11; 'windows': 0.15; 'subject:security': 0.16; 'later': 0.20; 'starts': 0.20; 'cloud': 0.22; 'header:User-Agent:1': 0.23; 'question': 0.24; 'this:': 0.26; 'host': 0.29; 'leave': 0.29; '(maybe': 0.31; 'trace': 0.31; "user's": 0.31; 'run': 0.32; 'data,': 0.36; 'thanks': 0.36; 'should': 0.36; 'application': 0.37; 'remote': 0.38; 'to:addr:python-list': 0.38; 'files': 0.38; 'to:addr:python.org': 0.39; 'system.': 0.39; 'tell': 0.60; 'received:62': 0.63; 'information': 0.63; 'charset:iso-8859-2': 0.64; 'temporary': 0.65; 'flash': 0.69; '3.4': 0.84; 'drive.': 0.84; 'received:192.168.13': 0.84; 'received:192.168.13.238': 0.84; 'received:62.179': 0.84; 'received:62.179.121': 0.84; 'received:edge03.upcmail.net': 0.84; 'received:upcmail.net': 0.84
X-SourceIP 86.101.30.243
Date Wed, 21 May 2014 18:42:58 +0200
From Nagy László Zsolt <gandalf@shopzeus.com>
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version 1.0
To python-list@python.org
Subject cx_freeze and temporary files - security related question
Content-Type text/plain; charset=ISO-8859-2; format=flowed
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.10201.1400690604.18130.python-list@python.org> (permalink)
Lines 19
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1400690604 news.xs4all.nl 2894 [2001:888:2000:d::a6]:52614
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:71866

Show key headers only | 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