Path: csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.053 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'from:addr:richard': 0.09; 'subject:files': 0.09; 'subject:related': 0.09; 'windows,': 0.09; 'subject:question': 0.10; 'preserves': 0.16; 'received:74.208.4.195': 0.16; 'subject:security': 0.16; 'wing': 0.16; 'wrote:': 0.18; 'machine': 0.22; 'header:User-Agent:1': 0.23; "aren't": 0.24; 'of.': 0.24; 'header:In-Reply-To:1': 0.27; 'leave': 0.29; 'ray': 0.31; 'file': 0.32; 'probably': 0.32; 'up.': 0.33; 'but': 0.35; 'there': 0.35; "didn't": 0.36; 'behind': 0.37; 'richard': 0.38; 'to:addr:python-list': 0.38; 'files': 0.38; 'fact': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'truly': 0.60; 'up,': 0.60; 'back': 0.62; 'hints': 0.68; 'received:74.208': 0.68; 'goal': 0.75; 'william': 0.81; 'accessed.': 0.84; 'charset:windows-1250': 0.91 Date: Sun, 06 Jul 2014 15:52:17 -0400 From: Richard Damon User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: cx_freeze and temporary files - security related question References: <53cuv.255700$eG6.225581@fx29.iad> <9BC2DC15-68A3-4F41-9D74-BC77E03C27CE@mac.com> In-Reply-To: <9BC2DC15-68A3-4F41-9D74-BC77E03C27CE@mac.com> Content-Type: text/plain; charset=windows-1250; format=flowed Content-Transfer-Encoding: 8bit X-Provags-ID: V02:K0:6WomKrYr3bvcAlxKxyIaC68s92Txl2D+P/UXrcLSETf 3lVIndkHU+gipyy14PylQPz0kL+A5YXgpoY8EsClp3bZFq5k3H DYRiQ4dfguKlWwiyD84a5jFEHn2WqGC/ZuCJTT0c1TUnyNZyIT jJKJ8V7ToYlr5qt6EDR0gdPQbgX76aQfx4EnXA7yK+IHXnrbLU Dlp6mNiBPIcy6991Hk2chrsPqpzRfe43kDhdxxnpwYNhVT2HEn po99MbV4ASttD0ShD2jtTim/CRCtWEEEILe/Sq+lARPWpbISy3 P6TJrybzg/Myq5vCTFKGZpyvAeQjQnUHtNOsOYrERNnlJeJzYr bE4ELeeBPuQQLHEwXHkVPfr4rrSVLs79qDbIX4kV2 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1404676606 news.xs4all.nl 2838 [2001:888:2000:d::a6]:36868 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74056 On 7/6/14, 3:04 PM, William Ray Wing wrote: > Furthermore, I don’t know about Windows, but on many UNIX-like OSs, > the file system preserves the time the file was last accessed. If the > goal is truly to leave no traces of the fact that the a group of files > was backed up, this pretty well would be a red flag that they had > been. -Bill I don't think the OP was concerned about leaving hints on the pen drive that it was backed up, but on the machine used to back it up. This is why my suggestion is, if you are concerned about leaving traces, lock up the drive with all the traces, just like you probably do all the backups. Then you can know that there aren't any traces left behind that you didn't think of. -- Richard Damon