Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F23D4200BCF for ; Mon, 5 Dec 2016 11:51:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id F0FD7160B2E; Mon, 5 Dec 2016 10:51:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 50316160AF9 for ; Mon, 5 Dec 2016 11:51:59 +0100 (CET) Received: (qmail 59144 invoked by uid 500); 5 Dec 2016 10:51:58 -0000 Mailing-List: contact notifications-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list notifications@ofbiz.apache.org Received: (qmail 59124 invoked by uid 99); 5 Dec 2016 10:51:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2016 10:51:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6E0A92C03DC for ; Mon, 5 Dec 2016 10:51:58 +0000 (UTC) Date: Mon, 5 Dec 2016 10:51:58 +0000 (UTC) From: "Pierre Smits (JIRA)" To: notifications@ofbiz.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (OFBIZ-8537) LoginWorker HashCrypt the type of hash for one-way encryption MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 05 Dec 2016 10:52:00 -0000 [ https://issues.apache.org/jira/browse/OFBIZ-8537?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1572= 1938#comment-15721938 ]=20 Pierre Smits commented on OFBIZ-8537: ------------------------------------- That discussion is much broader than this issue tries to solve. It is also = more fitting to be discussed in the dev ML as it should pobably be part of = http://ofbiz.markmail.org/message/bjcwhitfd3elutgi , > LoginWorker HashCrypt the type of hash for one-way encryption > ------------------------------------------------------------- > > Key: OFBIZ-8537 > URL: https://issues.apache.org/jira/browse/OFBIZ-8537 > Project: OFBiz > Issue Type: New Feature > Components: framework > Affects Versions: Trunk > Reporter: wangjunyuan > Assignee: Shi Jinghai > Priority: Minor > Labels: HashCrypt, PBKDF2, security.properties > Attachments: HashCrypt.patch > > > PBKDF2 (Password-Based Key Derivation Function 2) is part of RSA Laborato= ries' Public-Key Cryptography Standards (PKCS) series, specifically PKCS #5= v2.0, also published as Internet Engineering Task Force's RFC 2898. It rep= laces an earlier key derivation function, PBKDF1, which could only produce = derived keys up to 160 bits long.Add this function to ofbiz ,this PBKDF2 ha= s four types in Java=EF=BC=9A'PBKDF2WithHmacSHA1','PBKDF2WithHmacSHA256','P= BKDF2WithHmacSHA384','PBKDF2WithHmacSHA512' -- This message was sent by Atlassian JIRA (v6.3.4#6332)