[vchkpw] Encrypt passwords like vpasswd

2004-02-19 Thread Radu Bighiu
How can i encrypt passwords with php or perl like vpasswd? I whant to insert and change passwords from the web page dirctly in MySQL vpopmail db via PHP or Perl script Is this posible? What is encrypton algorithm or MD5 step for encryption? Thanx! P.S. Sorry for my enghish

RE: [vchkpw] Encrypt passwords like vpasswd

2004-02-19 Thread Shane Chrisp
for download as well. Shane -Original Message- From: Radu Bighiu [mailto:[EMAIL PROTECTED] Sent: Friday, 20 February 2004 12:27 AM To: [EMAIL PROTECTED] Subject: [vchkpw] Encrypt passwords like vpasswd How can i encrypt passwords with php or perl like vpasswd? I whant to insert and change

RE: [vchkpw] Encrypt passwords like vpasswd

2004-02-19 Thread Alejandro Aguilar Sierra
: Friday, 20 February 2004 12:27 AM To: [EMAIL PROTECTED] Subject: [vchkpw] Encrypt passwords like vpasswd How can i encrypt passwords with php or perl like vpasswd? I whant to insert and change passwords from the web page dirctly in MySQL vpopmail db via PHP or Perl script

Re: [vchkpw] Encrypt passwords like vpasswd

2004-02-19 Thread Rick Widmer
Radu Bighiu wrote: How can i encrypt passwords with php or perl like vpasswd? crypt() This does require your system so support md5 passwords for it to work in php. http://www.php.net/crypt I whant to insert and change passwords from the web page dirctly in MySQL vpopmail db via PHP or

RE: [vchkpw] Encrypt passwords like vpasswd

2004-02-19 Thread Shane Chrisp
To: [EMAIL PROTECTED] Subject: RE: [vchkpw] Encrypt passwords like vpasswd This php program works only for mysql auth. Is there anything else for plain cb auth? Thank you. -- Alejandro Aguilar Sierra [EMAIL PROTECTED] On Fri, 20 Feb 2004, Shane Chrisp wrote: http://www.cwispy.com