[ 
https://issues.apache.org/jira/browse/DERBY-5805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13460291#comment-13460291
 ] 

Kristian Waagan commented on DERBY-5805:
----------------------------------------

We have do have EncryptionKeyBlowfishTest.
Here's an ij example using a 128-bit AES encryption key:
ij> connect 
'jdbc:derby:mydb;create=true;dataEncryption=true;encryptionKey=B54C0BDB303E0584695E4090E8FCDE1E;encryptionAlgorithm=AES/CBC/NoPadding';

I noticed that we don't document the encryptionKeyLength attribute in the 
Reference Manual, although we have mentioned it in the Developers Guide (see 
DERBY-4229). From what I can see, it only applies to the bootPassword attribute.
                
> More context for bootPassword and encryptionKey attributes would be helpful
> ---------------------------------------------------------------------------
>
>                 Key: DERBY-5805
>                 URL: https://issues.apache.org/jira/browse/DERBY-5805
>             Project: Derby
>          Issue Type: Improvement
>          Components: Documentation
>    Affects Versions: 10.9.1.0
>            Reporter: Kim Haase
>            Assignee: Kim Haase
>            Priority: Minor
>
> The Developer's Guide and Reference Manual information on the bootPassword 
> and encryptionKey attributes doesn't state (not prominently, anyway) that 
> these properties are mutually exclusive, as Rick Hillegas points out in his 
> 6/8/2012 comment on DERBY-5622. This information should be included in the 
> documentation for these properties.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to