How Openfire hashs users' pwd?

Hi buddies,

I’m trying to create an user account by writing the data to Openfire’s

DB (not through the server) and I’m just wondering what kind of hash

Openfire uses to encrypt the pwd in jiveUser.encryptedPassword.

I’ve already tried SHA-1 and MD5 but none of them work.

Cheers~~

It is no hash, it is Blowfish, an symmetric encryption.

Best way to create new users is to use something like the registration plugin.