Re: How can I get the "pw_passwd"

2000-08-28 Thread Michael T. Babcock
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"

Re: How can I get the "pw_passwd"

2000-08-28 Thread Peter Green
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

How can I get the "pw_passwd"

2000-08-28 Thread LINUXQNA
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.