I'm currently integrating my site with YaBB so that when you log into my YaBB forums it also logs you into the whole site. I'm also developing a script that I'm integrating into my main page that checks the password in the cookie with the one in the database as a security check.
The problem is, the crypted password stored in the database is seeded with the password itself, however the crypted password that the YaBB login script stores in the cookie is seeded with "ys", producing two completely different passwords. So how am I (and how does YaBB) compare these two passwords to make sure their the same, if their completely different? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php