• Resolved Thomymaster

    (@thomymaster)


    Hello

    WP Version: 5.5.3

    How can i force to use the bcrypt hashing algorithm and not the Argon2 algo even if its available?

    Best,
    Thomas

Viewing 1 replies (of 1 total)
  • Plugin Author Ayesh Karunaratne

    (@ayeshrajans)

    Hi @thomymaster,
    This plugin uses the default hashing algorithm PHP itself suggests. From all versions PHP from 5.6 through 7.4 and even 8.0, that is bcrypt. Even if you don’t make any configuration changes, this plugin uses bcrypt. You need explicitly configure it to use Argon2(ID).

    Hope that answers question. Feel free to re-open otherwise. Cheers.

Viewing 1 replies (of 1 total)
  • The topic ‘how to force bcrypt hashing algorithm?’ is closed to new replies.