I am trying to integrate a Simple Machines Forum, more specifically the database for users and logins etc, into my project.
I don't really want to use an external web call as I am doing this, as much as possible, in MySQL, so I might have the crypto functions needed in there.
How does SMF verify the password (passwd), I have noticed there is a password_salt, how are these elements used to verify a plain text password?