jiveUser password encryption

Upon signup we enter our username and passwords with our php app into the jiveUser table. The only problem I’'m running into is the encryption of the passwords. I know from reading in the forums you are using blowfish encyption and I can get the passwordKey from the jiveProperty table. But I seem to be running into a wall trying to emulate your encryption method. Can anyone shed some light on this for me.

This link should be helpful :

http://us2.php.net/crypt

Basically you can use the key + blowfish in your php method to generate the encrypted password.

Cheers,

Nate