2001, sherzodR wrote:
> Date: Wed, 12 Dec 2001 18:42:35 -0600 (CST)
> From: sherzodR <[EMAIL PROTECTED]>
> To: ST Ooi <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Subject: Re: Password encryption
>
>
> When you're insering a new password:
>
>
When you're insering a new password:
INSERT INTO user SET password=PASSWORD('secret');
But you can't retrieve the original password. If a user forgets/looses
his/her password, just reset a password with something else, and send
him/her that new password
And when you want to check an inputted p
you can use the password() mysql function to crypt it.
you cannot retrieve the encrypted password -- only compare input
(password() the input) against the saved encrypted password. if the
resulting text matches, the password is good. if not, the authentication
in your application should fail.
generate a new one if it wasn't.
- Original Message -
From: "WCBaker" <[EMAIL PROTECTED]>
To: "Rolf Hopkins" <[EMAIL PROTECTED]>; "MySQL"
<[EMAIL PROTECTED]>
Sent: Monday, June 11, 2001 8:31
Subject: Re: Password encryption
>
>
sage -
> From: "Rolf Hopkins" <[EMAIL PROTECTED]>
> To: "Leon Mergen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Sunday, June 10, 2001 3:43 PM
> Subject: Re: Password encryption
>
>
> > I used the function password() if that helps b
I used the function password() if that helps but of course you can't
"decode" it.
- Original Message -
From: "Leon Mergen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 09, 2001 22:44
Subject: Re: Password encryption
> Anyo
vance,
Leon Mergen
[EMAIL PROTECTED]
BlazeBox, Inc.
ICQ: 55677353
- Original Message -
From: "Rolf Hopkins" <[EMAIL PROTECTED]>
To: "Leon Mergen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Sunday, June 10, 2001 3:43 PM
Subject: Re: Password encryption
To: "Leon Mergen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, June 08, 2001 9:47 PM
Subject: Re: Password encryption
> Look in the manual about the ENCODE/DECODE functions.
>
> j- k-
>
> On Friday 08 June 2001 10:28, you wrote:
> > Hello a
Hello Leon,
Friday, June 08, 2001, 9:28:05 PM, you wrote:
LM> Hello all,
LM> I have some questions about password encryption. I want to make some sort of
encryption method that disables a human to read the password, but does allow my (php)
script to convert the encoded
LM> password to a human
Look in the manual about the ENCODE/DECODE functions.
j- k-
On Friday 08 June 2001 10:28, you wrote:
> Hello all,
>
> I have some questions about password encryption. I want to make some sort
> of encryption method that disables a human to read the password, but does
> allow my (php) scr
10 matches
Mail list logo