Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 424B3104A5 for ; Fri, 19 Jul 2013 21:48:42 +0000 (UTC) Received: (qmail 81690 invoked by uid 500); 19 Jul 2013 21:48:40 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 81649 invoked by uid 500); 19 Jul 2013 21:48:40 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 81641 invoked by uid 99); 19 Jul 2013 21:48:40 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jul 2013 21:48:40 +0000 Received: from localhost (HELO mail-ve0-f170.google.com) (127.0.0.1) (smtp-auth username rnewson, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jul 2013 21:48:40 +0000 Received: by mail-ve0-f170.google.com with SMTP id 14so3749754vea.1 for ; Fri, 19 Jul 2013 14:48:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=kv0qpCckUDHReXdhcNlOTKsBEk+faLBFbRikqMlk/iA=; b=f6je5Dwquzg6cu7a5p8XUlkUht/K4Rj0GBcvXd8yVH1gBsZy6tO7GhTnH+nXCAL1zR KfTexlpySna9DXDV4PRd310RHAwheNG5JTILNjwx4UNutv9rIXWNgabJWPKtEzUN8ApG Jd8r9xbZNiW0sxy+wCJeQXKmSxhpqzLO/zWlg/qvS5ZdCxlpvk4/hAoGhNsDI7+3W9QA wQFz3lHniIvtPUGM9IAnPcx/jmbTif+Iv5fp3b1CGkW98+VBKuAjYvZALhFfTp9hsfCH P3MxaSFNxkvjiH5LUA1yYSKYNXTeWo8CR3KOv4B3yLQru0d23g3xkkeskIbzmpSn94Qf hO6Q== MIME-Version: 1.0 X-Received: by 10.221.28.198 with SMTP id rv6mr1560609vcb.5.1374270519288; Fri, 19 Jul 2013 14:48:39 -0700 (PDT) Received: by 10.220.149.73 with HTTP; Fri, 19 Jul 2013 14:48:39 -0700 (PDT) In-Reply-To: <519872101D0C804093012D9BD55FF75A0FAEC1A3@Carrot.byu.local> References: <519872101D0C804093012D9BD55FF75A0FAEC1A3@Carrot.byu.local> Date: Fri, 19 Jul 2013 22:48:39 +0100 Message-ID: Subject: Re: using old sha1 hashing in v1.3.x From: Robert Newson To: "user@couchdb.apache.org" Content-Type: text/plain; charset=ISO-8859-1 No, but you can reduce the workfactor to 1 which is about the same thing. On 19 July 2013 22:43, Greg Philbrick wrote: > Is it possible to configure CouchDB 1.3.1 to use SHA1 instead of PBKDF2? The couch_httpd_auth section does not appear to allow this.