php - How to modify OpenFire default password encryption algorithm? -


by default, openfire server encrypts passwords using blowfish encryption whereby key stored in table ofproperty where propvalue = 'passwordkey'.

how can customize behavior?

how can set openfire use encryption algorithm, or replace encryption algorithm hashing instead?

change system properties store plain password in openfire server , encrypt password(as per need) before sending password.

to change system property: go to

  1. server->server manager->system properties
  2. edit property user.useplainpassword , give property value true.

Comments

Popular posts from this blog

Prolog - Listing -

orchardcms - change base url in local copy in Orchard CMS -

linear regression - Trying to get confidence/prediction intervals with `predict.lm` in R, but I keep getting an error regarding my dichotomous variable -