X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; q=dns; s=default; b=M0THoXn XFgF/B98XxeQxkwwR+PpilOjUxaqE6vsHVfV6Dw1zaPvWqNlDKo0U3uf9pNFnTEa RHtgPQCwNFbp2pnEwXLNvQeZrVu1wlsrU1Sq7OS55NoizzXlbeIvwNtz1IGovGY/ pQz1omKvtEiQiMeAKG3TKFVnrhGbUkNEgCms= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; s=default; bh=TTQvh0MXr8Zj5 7UKOQ4JVhsGpZs=; b=q9v/63D7MZnob3jGzDsiTqtc13Geg+/Px5EcVaOLPO1/7 Ssv86j6q2DM9QfuUBvIM2j3lGkdesO2CdrhPvhsifueFs6F8FbYqDEUwfbY0F2jo 899pvWfy+DrA1l0p3a3va2EAIUYDU61pfTLuptcf35tqHwLCyaOAtgNKRAR70g= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=instantly X-HELO: mail-wm1-f43.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=rquBcXtTYZSTbV5opGlDwDbwOvuOT0OeVAuYW+sHTfw=; b=D1Dhi4uTEYGV2oiKWuopAeV9uW2Y2b//O2DGYiPjlFwQCsWhSG2WrdLq0vgNmecjZQ zkOOovBK/+WwBY2CS+d6g7nxUDh4SRtqrFkQutRThsQMhnG2Evp/LYuYtxhwF+IXczk7 4jBvwu/rmZWkQ30MVHE27n/XLdIyYwmoyqjmEY0VZLjUxuUZsMxqLZMhO9pPRAGacWhn gEHd3EYA3eeyJEkjqgcbM/qjoHNXymjAa9IT2p1KL3ID3Xna4C0nVCkezqbL0HFAOEtE 8KDP9aovQRelgMm+HtOv39EVRYaTDqBKUdrpHBaCALRjmwm2WUBGB9rrxb6xYqIHFQnA MDCQ== MIME-Version: 1.0 References: <20191212220749 DOT GB12864 AT tik DOT uni-stuttgart DOT de> In-Reply-To: From: Erik Soderquist Date: Fri, 13 Dec 2019 17:57:23 -0500 Message-ID: Subject: Re: non-persistent storage? To: "Buchbinder, Barry (NIH/NIAID) [E]" , cygwin Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes On Fri, Dec 13, 2019 at 11:20 AM Buchbinder, Barry (NIH/NIAID) [E] via cygwin wrote: > One could put a script, batch file, or a link thereto in one's startup > folder that will run on Windows' boot. The OP's issue is that the data must be destroyed instantly even in the event of a power failure. Use case scenario: thief breaks in and steals the host, just yanking power cords/etc out, and then pulls the drive and mounts it on another system to recover this data; it is sensitive enough that it must be destroyed immediately by the power failure. Unfortunately, nothing in Windows is designed for that kind of security, and Cygwin has to work around a lot of Windows design flaws to function in general. I've test all of the suggestions I've seen so far with the exception of the cygserver and shared memory, and all of the ones I've tested failed the power failure scenario. I think if the cygserver/shared memory suggestion works, it will be the only available option to prevent the data from default existing on the disc, and due to another of Window's design flaws, may still be written into the page file, though it would be much harder to cleanly extract from the page file than from a normal filesystem file. -- Erik -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple