Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-2821

emphasize that derby encryption only supports NoPadding option

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 10.2.2.0
    • 10.5.2.0
    • Documentation
    • None

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              chaase3 Camilla Haase
              mikem Mike Matrigali
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: