creating encrypted passwords in openfire MySQL via PHP

后端 未结 3 1008
小蘑菇
小蘑菇 2020-12-10 09:18

Openfire stores encrypted passwords in a database using blowfish encryption.

http://svn.igniterealtime.org/svn/repos/openfire/trunk/src/java/org/jivesoftware/util/

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-10 09:37

    Openfire's code prepends the CBCIV passed with the output string. It also using Unicode as the character set. These together may be the problem area.

    I don't know enough about Blowfish's internals to help more, sorry.

提交回复
热议问题