Re: Derby Encryption Verification

2021-06-19 Thread Ed
Thank you On Fri, Jun 18, 2021, 2:04 PM Rick Hillegas wrote: > Look in the service.properties file in the top level of the database > directory tree. You should see several encryption properties with names > like the following: > >encryptionKeyLength >encryptionAlgorithm >derby.encry

Re: Derby Encryption Verification

2021-06-18 Thread Rick Hillegas
Look in the service.properties file in the top level of the database directory tree. You should see several encryption properties with names like the following:   encryptionKeyLength   encryptionAlgorithm   derby.encryptionBlockSize   encryptedBootPassword   data_encrypt_algorithm_version   dat

Derby Encryption Verification

2021-06-17 Thread Ed
Hi, Is there any way to verify data encryption in the seg0 directory. I have cat'ed a couple of the seg names and there appears to be plain text being shown. I just want to make sure the data is encrypted. Thank you very much, Best Ed

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

Re: derby encryption

2005-05-10 Thread Daniel John Debrunner
Paul Byford wrote: > hi, > i intend to deploy derby in embedded form as part of an application. to > protect the data i would like to use the disk encryption feature. > > the issue i have is that for my application to have access to the > encrypted database data I must also deploy the bootPasswo

Re: derby encryption

2005-05-10 Thread Mike Matrigali
I don't totally understand your requirement. Your application can be built to require the user to provide some sort of authentication which can then be used to boot the database. Straight forward would be to require the client to provide the boot password, and then have the java classes dynamically

Re: derby encryption

2005-05-10 Thread Sunitha Kambhampati
Paul Byford wrote: hi, i intend to deploy derby in embedded form as part of an application. to protect the data i would like to use the disk encryption feature. the issue i have is that for my application to have access to the encrypted database data I must also deploy the bootPassword with the

derby encryption

2005-05-10 Thread Paul Byford
hi, i intend to deploy derby in embedded form as part of an application. to protect the data i would like to use the disk encryption feature.   the issue i have is that for my application to have access to the encrypted database data I must also deploy the bootPassword with the application in am

derby encryption

2005-05-10 Thread Paul Byford
hi, i intend to deploy derby in embedded form as part of an application. to protect the data i would like to use the disk encryption feature.   the issue i have is that for my application to have access to the encrypted database data I must also deploy the bootPassword with the application in amo