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
-
eckard gehrke commented
it should be in php 7.2 as well as 7.3
-
eckard gehrke commented
That's a pitty argon2i is not included. Xampp has inlcuded it and when converting typo3 9.5 locla dev project to productive with plesk we get trrouble because per default argon2i is used now with typo3 9.5 and can no be switche on in a hosted server environment. Doing individual compilation is not an option.
-
eckard gehrke commented
Other distributions like xampp support this. Plesk should support it for 7.2 as well as 7.3 Without this the standard Plesk setting sat my hoster (and I guess at lot of others) do not allow latest typo3 9.5 with default setting argon2i
-
Anonymous commented
This IS popular! :)
And i would like to use TYPO3 9.5 LTS in default configs too...
-
foxtom commented
This IS popular!
-
Anonymous commented
Argon2i is the recommended password hashing for TYPO3 9.5 LTS. Why it's not enabled by default in Plesk? The workaround re-compiling PHP 7.2 is only possible on a Root Server.
-
Seb commented
Argon2 is the recommended hashing algorithm, it really should be in Plesk PHP version...
-
André commented
I would like to use argon2.
It is the suggested password hashing algorythm for the upcoming typo3 9.4.
Or does this mena you will not fully support typo3 any more? ;-)