Page 1 of 1

Hashing user password with Argon2id

Posted: Thu Feb 29, 2024 8:42 pm
by crismugisho

How can I hashing user password using Argon2id?


Re: Hashing user password with Argon2id

Posted: Thu Feb 29, 2024 8:48 pm
by arbei

PHPMaker uses PASSWORD_DEFAULT (which uses the bcrypt algorithm). If you want to change, you'll need to manually customize the function EncryptPassword() (in phpfn.php) or create an extension to replace the function.