Re: [PHP-DB] Mysql Passwprd validation

2003-01-03 Thread Leif K-Brooks
SELECT * from table where 
passwordfield=PASSWORD('$variablewithpassword') and 
username='$usernametocheck' limit 1

Sabina Alejandr Schneider wrote:

Hello to everybody!! I'm writing to know if somebody knows how can I 
validate a password that has been encrypted with the PASSWORD() mysql 
function. Thank you all for your time!!!

Sabina Alejandra Schneider
[EMAIL PROTECTED]






_

Tutopia - Acceso a Internet rápido, fácil y a los mejores precios.
http://www.tutopia.com


--
The above message is encrypted with double rot13 encoding.  Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law.




--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DB] Mysql Passwprd validation

2003-01-03 Thread Rich Hutchins
Check this resource: http://www.mysql.com/doc/en/Passwords.html

Rich

-Original Message-
From: Sabina Alejandr Schneider [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 03, 2003 8:48 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Mysql Passwprd validation


Hello to everybody!! I'm writing to know if somebody knows
how can I validate a password that has been encrypted with
the PASSWORD() mysql function. Thank you all for your
time!!!

Sabina Alejandra Schneider
[EMAIL PROTECTED]






_

Tutopia - Acceso a Internet rápido, fácil y a los mejores precios.
http://www.tutopia.com

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php