Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5DE4A9CBA for ; Tue, 27 Mar 2012 17:24:50 +0000 (UTC) Received: (qmail 79260 invoked by uid 500); 27 Mar 2012 17:24:50 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 79242 invoked by uid 500); 27 Mar 2012 17:24:50 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 79235 invoked by uid 99); 27 Mar 2012 17:24:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2012 17:24:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2012 17:24:47 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 92C15349548 for ; Tue, 27 Mar 2012 17:24:26 +0000 (UTC) Date: Tue, 27 Mar 2012 17:24:26 +0000 (UTC) From: "Kim Haase (Resolved) (JIRA)" To: derby-dev@db.apache.org Message-ID: <292291987.24227.1332869066602.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <978619778.34903.1324465291861.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (DERBY-5550) Document derby.authentication.builtin.saltLength and derby.authentication.builtin.iterations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-5550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim Haase resolved DERBY-5550. ------------------------------ Resolution: Fixed Fix Version/s: 10.9.0.0 Issue & fix info: (was: Patch Available) Thanks again, Knut! Once again, no commit email, but I committed patch DERBY-5550-2.diff to documentation trunk at revision 1305875. > Document derby.authentication.builtin.saltLength and derby.authentication.builtin.iterations > -------------------------------------------------------------------------------------------- > > Key: DERBY-5550 > URL: https://issues.apache.org/jira/browse/DERBY-5550 > Project: Derby > Issue Type: Improvement > Components: Documentation > Affects Versions: 10.9.0.0 > Reporter: Knut Anders Hatlen > Assignee: Kim Haase > Fix For: 10.9.0.0 > > Attachments: DERBY-5550-2.diff, DERBY-5550-2.zip, DERBY-5550.diff, DERBY-5550.stat, DERBY-5550.zip > > > DERBY-5539 introduced two new properties that control how BUILTIN stores credentials: > - derby.authentication.builtin.saltLength (default: 16) > This property specifies the number of bytes of random salt that will be added to the credentials before hashing them. (Purpose of the property: Make it infeasible to construct rainbow tables.) > - derby.authentication.builtin.iterations (default: 1000, minimum: 1) > This property specifies the number of times to apply the hash function (which is specified by derby.authentication.builtin.algorithm) on the credentials. (Purpose of the property: Slow down attackers as they'll need to spend more time calculating hashes.) > Both the properties have effect only if BUILTIN authentication is enabled and derby.authentication.builtin.algorithm has a non-null value. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira