i was wondering if someone could clarify the logic behind php crpyt();
i have it so when users register and enter a password it crypts it
PHP Code:
$cryptpass=$crypt($password);
but for the login script....do i have to decrypt the password to authenticate it or hos does that work?
thanks,
Trevor