Compile PHP 7.2 with Argon2
Argon2 is a new feature of PHP 7.2 as stated here: http://php.net/releases/7_2_0.php. It won the password hashing competition and is the recommended hashing algorithm.
It must be enabled my re-compiling PHP 7.2 with --with-password-argon2
.
PHP shipped with Plesk supports Argon2 since Plesk 18.0.28 version – https://docs.plesk.com/release-notes/obsidian/change-log/#plesk-18028
—
IG
-
Christos Ploutarchou commented
Argon2 i think is the recommended hashing algorithm.
-
Anonymous commented
After weeks I succeeded, I put the link of the commands to run on centos to install plesk with php + argon2
-
CLudwig commented
+1
This is really needed. -
Cool Dark commented
Push +1
Of course for PHP 7.3 also and couldn't it be possible to integrate at least with PHP 7.4 ?
So no changes for existing users with older php-versions is needed and Plesk does not have to communicate a possible "breaking change". -
Kupper Websolutions commented
I don't understand why a feature poll is needed for webhosting platform focused on PHP?
It should be self-evident to integrate such an security related PHP feature ... Isn't it?
So please add Argon2 soon.
-
Christoph Flathmann commented
Security should be a top priority.
So please add Argon2 support for PHP. -
Anonymous commented
Yes Argon2 wil be a welcome functionality
-
Thomas Anders commented
It's ridiculous that it's still not included.
-
Anonymous commented
TYPO3 for example uses ARGON2i as default.
Plesk has a TYPO3 installer but no ARGON2i.
-
Marcel commented
Hi,
pls implement this feature in Plesk.ARGON2i is important
-
Matt AIkens commented
Currently without Argon2 in PHP, the only good choice if using password_hash is Bcrypt which is outdated. PHP added Argon2 support in its core - it should be compiled with it as intended and outlined here
https://wiki.php.net/rfc/argon2_password_hash -
Matt AIkens commented
Would like to add my vote to this. PHP 7.3 is here, and it would be nice if Plesk compiled 7.3 with Argon support.
-
Anonymous commented
When will Argon2 support be available?
-
Chris Bai commented
Password hashing/stretching with the latest algorithm is crucial for professional security related web applications. Argon2 support is welcomed for the next available plesk release.
-
BayCIX commented
We have customers asking for Argon2 Support.
-
Steffen commented
We also have customer with Typo3, which asking for argon2 support with PHP 7.2/7.3
-
Anonymous commented
Argon2 is the recommended password hashing algorithm from Typo3 9.5 LTS. Please add it to PHP 7.2 and PHP 7.3.
-
Pat commented
Argon2i is the default hash mechanism in TYPO3 9.5 LTS. Please add it for PHP 7.3 and 7.2
-
Cool Dark commented
Please implement with one of the next versions. PHP 7.2. gets wider usage and Argon2 is the recommended password hashing algorithm.
-
M. Finkenthei commented
I do second this urgently, because TYPO3 9.5 as well..