Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:117099 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 97152 invoked from network); 21 Feb 2022 11:37:21 -0000 Received: from unknown (HELO localhost.localdomain) (76.75.200.58) by pb1.pair.com with SMTP; 21 Feb 2022 11:37:21 -0000 To: internals@lists.php.net,Rowan Tommins , internals@lists.php.net Message-ID: <50672e61-b04a-2786-7968-f5c50b73f51c@arcor.de> Date: Mon, 21 Feb 2022 13:56:34 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 Content-Language: de-DE References: <5983302.2649742.1645319015766@email.ionos.com> <6238bf00-011e-35cc-d84b-4082b4f05099@gmail.com> <497325306.1564942.1645357444018@email.ionos.com> <3c6871ca-589d-6812-800c-a3b9ad6bb575@bastelstu.be> <40015164-ac0c-336d-c7d6-c4766d6caff8@gmail.com> <7527ab0b-bed1-6788-a0ff-e75672054be7@bastelstu.be> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Posted-By: 79.220.67.100 Subject: Re: [PHP-DEV] RFC proposal to deprecate crypt() From: cmbecker69@arcor.de ("Christoph M. Becker") On 21.02.2022 at 13:45, Rowan Tommins wrote: > On 21/02/2022 12:28, Jakub Zelenka wrote: > >> We can see >> that there are some valid use case for using crypt directly and we can >> also >> see that it's offered by other languages as well - e.g. Python: >> https://docs.python.org/3/library/crypt.html  . > > Incidentally, does the function now support Argon hashes, or are they > implemented separately in the password functions? Argon hashing is provided by libargon or libsodium; crypt() does not support these directly. -- Christoph M. Becker