Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-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 C27F59FB5 for ; Tue, 3 Jul 2012 05:35:37 +0000 (UTC) Received: (qmail 54517 invoked by uid 500); 3 Jul 2012 05:35:37 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 54280 invoked by uid 500); 3 Jul 2012 05:35:36 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Delivered-To: moderator for dev@directory.apache.org Received: (qmail 3452 invoked by uid 99); 2 Jul 2012 23:40:20 -0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of hanmao_shi@apple.com designates 17.151.62.49 as permitted sender) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII X-AuditID: 11807112-b7f826d000004103-fa-4ff23146863e From: Jim Shi Subject: StringToKey implementation in apache DS Date: Mon, 02 Jul 2012 16:39:32 -0700 Message-id: <2C70E6DD-F8A4-4FCA-BD6B-FB8700DC2F92@apple.com> To: dev@directory.apache.org X-Mailer: Apple Mail (2.1257) X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFmpiluLIzCtJLcpLzFFi42IRbChO1nUz/ORvsHWOscWFSSoOjB4PF+9g DGCM4rJJSc3JLEst0rdL4Mr4/OAsW8FppoqJt7oYGxibmLoYOTkkBEwkfu2+zAxhi0lcuLee rYuRi0NIYAqTxKTDx1ghnG4miav3prOBVLEJqEhM6NvLCGIzC2hJrN95nAnC1pZ48u4CK4gt LGAgsf3eErA4i4CqxLdlP8BsXgEbia8zLoD1igjISFzuWQAVN5TY9/s/1EWyErcP7meawMg7 C8mKWUhWzELSsoCReRWjYFFqTmKlobleYkFBTqpecn7uJkZwyBQK7WC8v0vvEKMAB6MSD2/n mY/+QqyJZcWVuYcYJTiYlUR4444AhXhTEiurUovy44tKc1KLDzFKc7AoifP+r3jtLySQnliS mp2aWpBaBJNl4uCUamCM4LH9aRXJUWG5d/eiFT9f/omf73k93vxzWNcKvm2H/4d3/+vUMlpc 97/1fs+dYmObJ4KfU7WD+hnff+Vq2RXH2RdVvrvu/2sh++aNGesLcpZcV2D5fCVHi3GneeV1 3Rwrge9/blz2++B4421pzt/L2fefnrQzDUgQ3GzH6fnT60rfQSX2ot9KLMUZiYZazEXFiQCB JoN0FQIAAA== X-Virus-Checked: Checked by ClamAV on apache.org Hi, I check the source code of Apache DS. There is only one class DesStringToKey.java) which implements DES string to key. Why there is no implementation of, say AES string to key? Is this intentional because is is not needed? I checked kdc c source code, it has support of AES string to key etc. Thanks Jim