Stephen wrote:
That's what I'm going to do but how can I pull it from the database to
decrypt it, then send it?
You can't. Well that depends what method you used to create the
passwords, but most likely you used a one-way encryption.
How to solve the problem then?
1. User klicks link 'Forgot
Hi
you can use password('password_var_name')
for example (insert into bla password('$password'));
and
after selecting the password you can use and no need encrypt decrypt
the value
echo(password('password')); will write the real value...
>> I would like to make a "Lost Password" part to my mem
That's what I'm going to do but how can I pull it from the database to
decrypt it, then send it?
- Original Message -
From: "Tom Woody" <[EMAIL PROTECTED]>
To: "Stephen" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, Nove
On Wednesday 27 November 2002 05:16, Stephen wrote:
> I would like to make a "Lost Password" part to my member's area script but
> the problem is, the passwords in the database are encrypted using the
> password function. How could I decrypt it for a lost password thing?
1) Please do not use HTML
Password function is one way only...your only choice is to use
encrypt() decrypt() or just do like most other places, they say they
lost it, and you email it to a verified email address.
On Tue, 26 Nov 2002 16:16:22 -0500
"Stephen" <[EMAIL PROTECTED]> wrote:
> I would like to make a "Lost Passwo
> I would like to make a "Lost Password" part to my member's area script
> but the problem is, the passwords in the database are encrypted using
> the password function. How could I decrypt it for a lost password thing?
You don't. You create some sort of mechanism to allow them to change
their pa
I would like to make a "Lost Password" part to my member's
area script but the problem is, the passwords in the database are encrypted
using the password function. How could I decrypt it for a lost password
thing?
Thanks,Stephen Cratonhttp://www.melchior.us
"Life is a gift from God. Wasting
7 matches
Mail list logo