X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Date: Sat, 23 May 2009 09:47:24 -0700 Message-ID: <26face530905230947o21a69332v572b4aaeb4e2423a@mail.gmail.com> Subject: File by file encryption instead of filesystem encryption From: Kelly Jones To: cygwin AT sourceware DOT org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 Are there any cygwin/Windows programs that will encrypt a file, but leave it usable, similar to what TrueCrypt does for filesystems? TrueCrypt takes a large file (call it "encryptfs") and mounts it on a drive (call it "M:"). After you enter your passphrase, Windows sees M: as a normal drive. However, encryptfs is still encrypted, and you can copy it to make encrypted backups. This is great in theory, but has some problems in practise: % Even w/ rsync, even using --partial, copying over a large file is slow and prone to errors. % You have to unmount "encryptfs" to back it up; otherwise, Windows says the file is busy. So, I was looking for a file-by-file solution, where "encrypt1" would be an encrypted file, and "myfile" would be a psuedo-file based on encrypt1 that Windows would see as a regular file. -- We're just a Bunch Of Regular Guys, a collective group that's trying to understand and assimilate technology. We feel that resistance to new ideas and technology is unwise and ultimately futile. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/