From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ADA9F3858C36; Fri, 23 Jun 2023 11:56:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ADA9F3858C36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1687521376; bh=bFd3GN4Ya2Cj3qkaO65AQshZN7z61q9EnTLwMGW9LrA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=E8tvoHEwwD9Sy+0SjfsYZkvnCf88xRLToncvI/nNZ4lfV7QkO4xtNlW3ujCNj5+FK MCCAL8rnuHur32jBaAzn4CPJlqfy67f3vhhMhDQouulc/82xE04OzV3g8JroBRV3Dj jQXa3DMEFC14Ph1mgVJGliJR4Pg0Et6IBPHzs4ZI= From: "solar at openwall dot com" To: glibc-bugs@sourceware.org Subject: [Bug crypt/2100] blowfish crypt support Date: Fri, 23 Jun 2023 11:56:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: crypt X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: solar at openwall dot com X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: drepper.fsp at gmail dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D2100 --- Comment #7 from Alexander Peslyak --- Someone new has just followed this "bug", so I felt we should post an updat= e: bcrypt support is currently provided via libxcrypt, which major Linux distr= os currently use instead of glibc's libcrypt. This reduced the need to have bc= rypt in glibc. Further, libxcrypt supports and several major distros now use yescrypt by default, which is in most ways superior to bcrypt (except for i= ts complexity). https://github.com/besser82/libxcrypt --=20 You are receiving this mail because: You are on the CC list for the bug.=