[snip]
I am in the process of developing a MySql database driven website but I
need to know that it is secure. Should the User Authentication Password
stored in the database be encryted? And if so, how?
 
Any other security tips are welcome..!
[/snip] 

RTFM

passwords in MySQL are encrypted using the MD5 hash. You can read about
these security features at http://www.mysql.com keyword security.
Security for PHP can be found at http://www.php.net

TTFN!

Jay

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to