Hashing user password with Argon2id

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
crismugisho
User
Posts: 2

Hashing user password with Argon2id

Post by crismugisho »

How can I hashing user password using Argon2id?


arbei
User
Posts: 9384

Post 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.


Post Reply