RE: [PHP-DB] Md5() / password() in MySQL From: Jason Cox (jasonc <email protected>)
Date: 11/13/00

You don't decode them. That's where some of the security lies. You can
compare them though for authentication type purposes like:

SELECT 1 FROM tbl.passwd WHERE passwd=Password('$userpass');

Jason

-----Original Message-----
From: kenji chan [mailto:kenjikenji <email protected>]
Sent: Monday, November 13, 2000 1:06 PM
To: php-db <email protected>
Subject: [PHP-DB] Md5() / password() in MySQL

Md5() / password() in MySQL:

Md5() can be encode something, but how to decode it?
Password() is a buld in function in mysql , but how to decode something from
password() ??
Anyone know please email me..

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>

_______________________________________________________ Site Design, Hosting, and E-Commerce at www.webpipe.net

-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>