Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 82027 invoked from network); 12 Aug 2010 16:28:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Aug 2010 16:28:41 -0000 Received: (qmail 21925 invoked by uid 500); 12 Aug 2010 16:28:41 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 21801 invoked by uid 500); 12 Aug 2010 16:28:40 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 21792 invoked by uid 99); 12 Aug 2010 16:28:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Aug 2010 16:28:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Aug 2010 16:28:39 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7CGSJNJ028864 for ; Thu, 12 Aug 2010 16:28:19 GMT Message-ID: <1342805.307591281630499132.JavaMail.jira@thor> Date: Thu, 12 Aug 2010 12:28:19 -0400 (EDT) From: "Gary Gregory (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (CODEC-104) Please add a function for the classical Unix crypt(3) hash In-Reply-To: <633978.304611281619999081.JavaMail.jira@thor> 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/CODEC-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897820#action_12897820 ] Gary Gregory commented on CODEC-104: ------------------------------------ Perhaps a o.a.c.c.unix package? > Please add a function for the classical Unix crypt(3) hash > ---------------------------------------------------------- > > Key: CODEC-104 > URL: https://issues.apache.org/jira/browse/CODEC-104 > Project: Commons Codec > Issue Type: New Feature > Reporter: Christian Hammers > > The Sun Java APIs lack a function for the classical Unix crypt(3) hash that was used in e.g. /etc/passwd or Apache htpasswd and is still widely used dispite the availablitity of better algorithms like MD5 or SHA. > Apart from me cursing Sun for producing monster crypto APIs but missing the little things that one really needs, there are already several Apache projects > that implemented UnixCrypt for their own: > org.apache.directory.studio.ldapbrowser.core.utils.UnixCrypt > org.apache.fulcrum.crypto.impl.UnixCrypt > and maybe others > bye, > -christian- -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.