dongmei6426 2014-12-01 22:28
浏览 270
已采纳

如何修改OpenFire默认密码加密算法?

By default, OpenFire server encrypts passwords using Blowfish encryption whereby the key is stored in the table ofProperty where propValue = 'passwordKey'.

How can we customize this behavior?

How can we set OpenFire to use another encryption algorithm, or to replace the encryption algorithm with hashing instead?

  • 写回答

1条回答 默认 最新

  • dongnai5905 2014-12-19 12:02
    关注

    change the system properties to store plain password in openfire server and encrypt the password(as per your need) before sending the password.

    To change the system property: Go to

    1. Server->Server Manager->System Properties
    2. Edit the property user.usePlainPassword and give the property value as true.
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?