You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Kim Haase (JIRA)" <ji...@apache.org> on 2009/05/20 23:02:45 UTC

[jira] Updated: (DERBY-2821) emphasize that derby encryption only supports NoPadding option

     [ https://issues.apache.org/jira/browse/DERBY-2821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim Haase updated DERBY-2821:
-----------------------------

    Derby Info: [Patch Available]

The patch for DERBY-4229 also fixes this issue.

> emphasize that derby encryption only supports NoPadding option
> --------------------------------------------------------------
>
>                 Key: DERBY-2821
>                 URL: https://issues.apache.org/jira/browse/DERBY-2821
>             Project: Derby
>          Issue Type: Improvement
>          Components: Documentation
>    Affects Versions: 10.2.2.0
>            Reporter: Mike Matrigali
>            Priority: Minor
>
> while doing support for a customer found that they had missed that Derby only supported the NoPadding option in encryption.   The existing section
> says so in the list of supported options, but there is a section on how to specify that points out allowed feedbackmodes but does not emphasize that
> only NoPadding is allowed.   I think the current documentation found at:
> http://db.apache.org/derby/manuals/develop/develop115.html
> Could be improved by adding to the following existing section:
> By Java convention, an encryption algorithm is specified like this:
> algorithmName/feedbackMode/padding
> The only feedback modes allowed are:
>     * CBC
>     * CFB
>     * ECB
>     * OCB
> By adding:
> The only padding modes allowed is:
>     * NoPadding

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.