Not PHP?

http://us3.php.net/crypt

Bastien


From: "JupiterHost.Net" <[EMAIL PROTECTED]>
To: "php-db@lists.php.net" <php-db@lists.php.net>
Subject: Re: [PHP-DB] Passwords
Date: Thu, 09 Mar 2006 07:23:07 -0600



Benjamin Stambaugh wrote:
Hi,

I have created a user login/registration page. As of now I am using a MySQL database to store the info of the user. To validate the user I also have the password stored in the same DB. I was wondering if there is a way that I can store the password in the DB so that it is encrypted or something. Just so it is not in plain text.

Sure, mysql.com and seasrch for crypt. Not sure why this is asked on a PHP list since it has nothing to do with PHP.

--
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

Reply via email to