Why doesn't the password match with the hashed password in php

I saved a hashed password in the Replit database, but the password does not match. This hash algorithm (ARGON2I) was used, and the programming language is PHP.
image

The issue was with the register section where the password was hashed, as well as not manually entering the options when hashing the password. (i think that was the cause… probably :sweat_smile:)
image

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.