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
- server->server manager->system properties
- edit property
user.useplainpassword
, give property valuetrue
.
Comments
Post a Comment