Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 63062 invoked from network); 11 Jul 2006 06:37:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jul 2006 06:37:34 -0000 Received: (qmail 42868 invoked by uid 500); 11 Jul 2006 06:37:33 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 42488 invoked by uid 500); 11 Jul 2006 06:37:32 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 42476 invoked by uid 99); 11 Jul 2006 06:37:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 23:37:32 -0700 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=RCVD_IN_SORBS_WEB,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of gcaddu-derby-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 23:37:31 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1G0Bri-0003Fd-5D for derby-user@db.apache.org; Tue, 11 Jul 2006 08:37:02 +0200 Received: from 59.145.136.1 ([59.145.136.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Jul 2006 08:37:02 +0200 Received: from supal.patel by 59.145.136.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Jul 2006 08:37:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: derby-user@db.apache.org From: Supal Patel Subject: Re: Can I encrypt a non encrypted database ? Date: Tue, 11 Jul 2006 06:36:47 +0000 (UTC) Lines: 55 Message-ID: References: <44B25DC0.9060000@Sun.com> <44B2A89D.3000807@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 59.145.136.1 (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; FDM)) Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Suresh Thalamati writes: > > Kristian Waagan wrote: > > Supal J Patel wrote: > > > >> > >> Hi, > >> > >> If I have a database which is not encrypted and have some data in it , > >> can I now encrypt that database ? In all the manuals they talk abt > >> how to create a new encrypted database. Its no where mentioned that if > >> you can or can not encrypt already existing database which is not > >> encrypted. > > > > > > Hello Supal, > > > > I don't think encrypting an existing (unencrypted) database is possible > > yet, but there is somebody working on adding this feature. You can track > > the progress by watching the issue DERBY-1156: > > > > http://issues.apache.org/jira/browse/DERBY-1156 > > > > > > Does anyone know if this issue is still on track for the upcoming 10.2 > > release? > > I am working on the feature (DERBY-1156) that will allow users to > configure an existing un-encrypted database for encryption. I hope to > finish this work for upcoming 10.2 release. Hi Suresh & Kristian, Thanks for the response. I checked the Issue DERBY-1156 and it seems that the development work on that issue is almost over. Then I downloaded latest db- derby-snapshot-10.2.0.3-412239 but that does not have your changes. Can you help me with how can I get the patch for this issue ? Is it included in any of alpha snapshots ? The only way to get this patch is download the complete development trunk and build it or is there any other shortcut :) ? When is the oficial release expected? Thanks and Regards, Supal Patel > > Thanks > -suresh > >