From owner-freebsd-questions@FreeBSD.ORG Thu Nov 20 09:54:25 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADE2416A4CE for ; Thu, 20 Nov 2003 09:54:25 -0800 (PST) Received: from cwe.compwest.com.au (computerwest.com.au [202.72.158.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BDAE43FE9 for ; Thu, 20 Nov 2003 09:54:23 -0800 (PST) (envelope-from paul@bdug.org.au) Received: from mail.bdug.org.au (ant.parkview.compwest.com.au [202.72.147.43]) by cwe.compwest.com.au (8.12.6/8.12.6) with ESMTP id hAKHsI8m032868 for ; Fri, 21 Nov 2003 01:54:18 +0800 (WST) (envelope-from paul@bdug.org.au) Received: from wks (wks.bdug.org.au [192.168.0.2]) by mail.bdug.org.au (Postfix) with SMTP id 5A3F05BA1 for ; Fri, 21 Nov 2003 01:54:14 +0800 (WST) From: "Paul Hamilton" To: "Freebsd-Questions" Date: Fri, 21 Nov 2003 01:53:50 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Automatically encrypting data files in a partition. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 17:54:25 -0000 Hi, I need a way to store different directory trees and files with different encryption keys, i.e.. /data/mars /data/mars/one /data/mars/two etc all are encrypted with one key and /data/venus /data/venus/one /data/venus/two etc, would have a different key. Ideally, the directory structure, and file names wouldn't be encrypted. /data is an independent partition. Some of these files, could be MS Office data files, others might be MS program *.exe files etc. It would be nice if this happened at the filesystem level, i.e., I would enter a key and the root dir name for each 'data tree' into the config file, reload the config file into the 'encryption filesystem program' and all would be sweet ;-) Ponderingly yours, Paul Hamilton