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 it is 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. I don’‘t know much about blowfish encryption and I’'m using a pear class- Crypt_Blowfish.

Thanks.

Hi,

did you take a look at the existing plugins? http://www.igniterealtime.org/projects/openfire/plugins/userservice/readme.html allows you to add users by using simple HTTP(S) requests, and PHP with curl should be able to do such requests. This will be much more easy.

LG

great, thanks, that is exactly what i need…