Thread: php crypt
View Single Post
Old 11-26-2003, 01:29 PM   #1 (permalink)
trevor
Code Monkey
 
Join Date: Jan 2003
Location: Canada
Posts: 91
trevor is on a distinguished road
php crypt

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
trevor is offline   Reply With Quote