X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; q=dns; s=default; b=OwRqcDW
	erglYPgYYLNhvpnS9UzhdQT3KPX8cRwzFbnp2wkp3+aupkmCrTM/68AavZIHkhvA
	c+7odRBYNlcJzHFyV/E8IMsgxt8zJ5wTEZH3fjRMYLcljc/V+idXe6Sij7E7YSrW
	zDtJTvn17r919QCm8sZn6t7xPdAxxEohou48=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; s=default; bh=oO9LlN0ExlC0n
	u9IanunlPqIVls=; b=q3QqDNzKLcd2sxvxiQbKSupbwliFQx78KvuBYL12gGwOf
	+rq5oiUtbLWyWkxYLRBVZuPX7pNupcZscxd6ddTEg2Kr68SsXhBuM9fREuCCAWV+
	eAN2whUav27Iut9UK6EFK2nPSI0eOs9k09KAuqrj3jfRnOnIQowmu03EtX9mqw=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=DES, atzeri, Atzeri, SHA-512
X-HELO: mail-wm0-f53.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:mime-version:in-reply-to:references:from:date         :message-id:subject:to:content-type;        bh=oytInmiYt1R162JOtgud8VyPMsG14OiXVZJmo+tKRSI=;        b=iM29ra9EqkT//wKKJjasGfC7gQ+c7gMTYK0c7AOFGrsbsw8JXeSjW4By6YEisvhqbI         s4G/8XNojC/8hQHff3L+aAuEpi13CuIcojV302JvZUhQGht0VRqwxJLkKRxDqgYfjcbc         jf86RVKSn5iGfwEyVjSy+Ix/XVqhbbg3pUWPfRYTZM/Hv0gAme632NVOZlhnib+DU82+         ZWcRA+uzZBfunS5hd2NvIw0tzpQ/JFkSJXIXder8oNTDNnH8nfKWfVAUjAj1qSz/H4tp         pu6MK+D6uOBlOFtrJXzXzsg+j16ayCE8o10rgumUIOEj99bE3b0l7cRSyfy75qv5P4io         oIzg==
X-Gm-Message-State: AG10YOQZIZGsAoghcDG1XVbVfygFveiTdWTc/UQTq1AFhLSgwy91V/EOXvj2Mqj1MtJH8zUSHdrtHdKK/EiHLg==
X-Received: by 10.28.189.4 with SMTP id n4mr9106758wmf.62.1454067971252; Fri, 29 Jan 2016 03:46:11 -0800 (PST)
MIME-Version: 1.0
In-Reply-To: <56AB4F64.3070807@gmail.com>
References: <CAFFOgCUoiL06QNFvXOJ-E46FOmpG4S_K4O52k+rt_Ysxpw2aag@mail.gmail.com> <56AB4F64.3070807@gmail.com>
From: Ismail Donmez <ismail@i10z.com>
Date: Fri, 29 Jan 2016 13:45:41 +0200
Message-ID: <CAFo71_6EPBvohA2EVvZ7iqRi36amm==FjDhfYTuowE6VkSdpbg@mail.gmail.com>
Subject: Re: Weird behavior of crypt
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

Hi,

On Fri, Jan 29, 2016 at 1:39 PM, Marco Atzeri <marco.atzeri@gmail.com> wrote:
> The passwords created by crypt(3) are 56 bit DES encrypted and are
> 100% identical to those created by the Linux crypt().

crypt(3) on Linux support SHA-256 & SHA-512, $6$ prefix means SHA-512
is requested.

Regards,
ismail

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

