| Author |
saving password in MYSQL
|
prakash chauhan
Ranch Hand
Joined: Jun 22, 2007
Posts: 81
|
|
Hi All, how do we save passwords in MySQL, i dont want passwords to appear as they are in the database for anybody to see , how is it achieved? -thanks
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56224
|
|
|
A common tactic is to convert the password using a one-way hash like MD5 or SHA.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: saving password in MYSQL
|
|
|