From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87039 invoked by alias); 29 Jan 2016 11:46:16 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 87030 invoked by uid 89); 29 Jan 2016 11:46:15 -0000 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 Received: from mail-wm0-f53.google.com (HELO mail-wm0-f53.google.com) (74.125.82.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 29 Jan 2016 11:46:14 +0000 Received: by mail-wm0-f53.google.com with SMTP id p63so64467199wmp.1 for ; Fri, 29 Jan 2016 03:46:13 -0800 (PST) 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 Received: by 10.28.63.130 with HTTP; Fri, 29 Jan 2016 03:45:41 -0800 (PST) In-Reply-To: <56AB4F64.3070807@gmail.com> References: <56AB4F64.3070807@gmail.com> From: Ismail Donmez Date: Fri, 29 Jan 2016 14:00:00 -0000 Message-ID: Subject: Re: Weird behavior of crypt To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00465.txt.bz2 Hi, On Fri, Jan 29, 2016 at 1:39 PM, Marco Atzeri 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