@lists.php.net
Subject: Re: [PHP] crypt salt question
No chance. Unless you have the salt stored along each password, your
passwords are as good as random texts
Satyam
- Original Message -
From: "Andras Kende" <[EMAIL PROTECTED]>
To:
Sent: Thursday, August 30, 2007
mysql ...
Greets,
Jan
-Original Message-
From: Jan Reiter [mailto:[EMAIL PROTECTED]
Sent: Friday, August 31, 2007 12:07 AM
To: 'Andras Kende'; PHP Mailing List
Subject: RE: [PHP] crypt salt question
Hi!
How did you do the comparison with the PG_SQL database?? I believe
rds before, when using
a time based "random" salt? I understand you use the CRYPT_STD_DES method
...
Greets,
Jan
-Original Message-
From: Andras Kende [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 30, 2007 11:42 PM
To: php-general@lists.php.net
Subject: [PHP] crypt salt ques
No chance. Unless you have the salt stored along each password, your
passwords are as good as random texts
Satyam
- Original Message -
From: "Andras Kende" <[EMAIL PROTECTED]>
To:
Sent: Thursday, August 30, 2007 11:42 PM
Subject: [PHP] crypt salt question
Hell
Hello,
I'm trying to move some app from postgresql to mysql but unable to find out
how to authenticate
against the current crypted passwords with php..
insert to database:
$cset = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789./";
$salt = substr($cset, time() & 63, 1)
5 matches
Mail list logo