?
avatar bybilgili
bybilgili
15 Feb 2021

This is not implemented, as it is not possible to implement Argon2i with acceptable performance in pure-PHP

hello ; how can i fix this

avatar bybilgili bybilgili - open - 15 Feb 2021
avatar joomla-cms-bot joomla-cms-bot - change - 15 Feb 2021
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 15 Feb 2021
avatar richard67
richard67 - comment - 16 Feb 2021

See #27375

You need to install ext/sodium through PECL or compile PHP with Argon support enabled (both of which require libsodium installed).

The sodium_compat library cannot polyfill all functions in pure PHP, you have hit one of those cases.

@bybilgili Does that help you? Please report back so we know if we can close this issue, or close it yourself if the above hint helped you to msolve it. Thanks in advance.

avatar rdeutz rdeutz - change - 17 Feb 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-02-17 10:23:37
Closed_By rdeutz
avatar rdeutz rdeutz - close - 17 Feb 2021

Add a Comment

Login with GitHub to post a comment