Nasreen Laghari wrote:
Hi,

I have encrypted password in database and I encrypted using MD5().  As it is a 
one-way Hash so I cant get password back to original text !!!

What encrypting technique I used to encrypt password so if user forget, I can 
decrypt password and email it.

Don't worry about decrypting anything, just generate a new random password, email that to them and they can change it again themselves once they log in to your app.


--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to