How to retrieve original password which wa encrypted
Posted: Sat Dec 05, 2009 11:24 am
Hello people,
I have a membership site where people register. I encrypted their password for security purpose and tis working fine, members are also logining in comfortably. If a member forget his password, i ask for his first name, last name and email address; once the three are correct, his email will be sent to box. but how do i send the original password to the member and not encrypted one?
Eg the password is 'book' and the encrypt is '821f03288846297c2cf43c34766a38f7'
How do i send 'book' to his email and not '821f03288846297c2cf43c34766a38f7'
regards
I have a membership site where people register. I encrypted their password for security purpose and tis working fine, members are also logining in comfortably. If a member forget his password, i ask for his first name, last name and email address; once the three are correct, his email will be sent to box. but how do i send the original password to the member and not encrypted one?
Eg the password is 'book' and the encrypt is '821f03288846297c2cf43c34766a38f7'
How do i send 'book' to his email and not '821f03288846297c2cf43c34766a38f7'
regards