Standard unix crypt ...
crypt (current_crypted_password, user_supplied_password) should ==
current_crypted_password.
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 28, 2000 9:29 AM
Subject: How can I get the "pw_passwd"
also sprach LINUXQNA:
>
> How can I get the 'pw_passwd" column.
> I want to change the pw_passwd on the web directly SQL query...
>
> What kind of hash function or encrypt method
> is used?
The pw_passwd field is generated using standard crypt(). You can c
Hi !
I'm using vpopmail with Mysql..
"pw_passwd" is Mysql's one of column..
How can I get the 'pw_passwd" column.
I want to change the pw_passwd on the web directly SQL query...
What kind of hash function or encrypt method
is used?
Help me.