Better password encryption

The new encryption algorithms will only be available for PHP 5.5+, it will use the native PHP password_hash function. To use Argon2 you will need at least PHP 7.2 and it should be compiled with the required library.

1 Like