Re: Derby Encryption AND Replication

2009-01-08 Thread Knut Anders Hatlen
Brad writes: > Hi, > > I've been trying to get this working myself. I saw the steps you listed in > your footnote as an example of a basic working test. > > [2] > 1. Master: connect > 'jdbc:derby:enctest2;encryptionAlgorithm=DES/CBC/NoPadding;encryptionKey=test; > create=true'; > 2. Master: CALL

Re: Derby Encryption AND Replication

2009-01-07 Thread Brad
Hi, I've been trying to get this working myself. I saw the steps you listed in your footnote as an example of a basic working test. [2] 1. Master: connect 'jdbc:derby:enctest2;encryptionAlgorithm=DES/CBC/NoPadding;encryptionKey=test;create=true'; 2. Master: CALL SYSCS_UTIL.SYSCS_FREEZE_DATABASE()

Re: Derby Encryption AND Replication

2008-10-28 Thread Jørgen Løland
Andrew Lawrenson wrote: Ok, I understand - many thanks! Andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 30 September 2008 15:50 To: Derby Discussion Subject: Re: Derby Encryption AND Replication Andrew, Right, this kind of problem (the NPE) is

RE: Derby Encryption AND Replication

2008-09-30 Thread Andrew Lawrenson
Ok, I understand - many thanks! Andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 30 September 2008 15:50 To: Derby Discussion Subject: Re: Derby Encryption AND Replication Andrew, Right, this kind of problem (the NPE) is a good example of things

Re: Derby Encryption AND Replication

2008-09-30 Thread Jørgen Løland
Andrew, Right, this kind of problem (the NPE) is a good example of things that would need to be fixed. As I said, encryption/backup hasn't been tested together and can only be considered experimental functionality at this stage. Regarding the question: Yes, it makes sense to me why startSlav

RE: Derby Encryption AND Replication

2008-09-30 Thread Andrew Lawrenson
ge- From: Andrew Lawrenson [mailto:[EMAIL PROTECTED] Sent: 30 September 2008 10:29 To: Derby Discussion Subject: RE: Derby Encryption AND Replication Jorgen, thanks for your clarification regarding the status of this combination of features. I think my issue is something

RE: Derby Encryption AND Replication

2008-09-30 Thread Andrew Lawrenson
MAIL PROTECTED] Sent: 30 September 2008 10:01 To: Derby Discussion Subject: Re: Derby Encryption AND Replication Hi Andrew, The reason why encryption and replication is not documented is because it has not been tested at all. Theoretically, there is nothing I can think of that will prevent it fro

Re: Derby Encryption AND Replication

2008-09-30 Thread Jørgen Løland
Hi Andrew, The reason why encryption and replication is not documented is because it has not been tested at all. Theoretically, there is nothing I can think of that will prevent it from working [1]. On the other hand, we may have forgotten some details that I expect to be easy fixes if somebo

Derby Encryption AND Replication

2008-09-29 Thread Andrew Lawrenson
Hi All, is it possible to use replication to replicate an encrypted database. Various things hint that it isn't supported (such as the StartSlave attribute not specifying that you can combine it with encryptionKey), but I can't find anything explicitly saying it isn't supported. If I