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

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -