use MD5 encryption... |
| Vasanthakumar D replied to shreya verma at 12-May-08 04:31 |
Hi,
you can use MD5 encryption which is encrypt the password...
1. At the time of user creation, you need to store the encrypted password in database...
2. In login, you need to encrypt the plain password user entered and compare it with the encrypted password in database
check this link for encryption..
http://aspnet.4guysfromrolla.com/articles/103002-1.aspx |
|