[PHP] SSHA Password Encryption

2012-10-01 Thread Coşkun Bağrıaçık
Hi guys, I wanna change password into ldap directory, but password's encryption is SSHA. How do I encrypt the string to SSHA from php ? Thanks. -- *Coşkun Bağrıaçık* *Mustafa Kemal Üniversitesi BAUM*

Re: [PHP] SSHA Password Encryption

2012-10-01 Thread Matijn Woudt
On Mon, Oct 1, 2012 at 1:01 PM, Coşkun Bağrıaçık coskun.bagria...@gmail.com wrote: Hi guys, I wanna change password into ldap directory, but password's encryption is SSHA. How do I encrypt the string to SSHA from php ? Thanks. Don't want to be rude, but did you try Google? There are

Re: [PHP] SSHA Password Encryption

2012-10-01 Thread viper
On Mon, Oct 1, 2012 at 1:01 PM, Coşkun Bağrıaçık coskun.bagria...@gmail.com wrote: Hi guys, I wanna change password into ldap directory, but password's encryption is SSHA. How do I encrypt the string to SSHA from php ? http://php.net/manual/en/function.sha1.php look @ user contribuited