views:

446

answers:

2

i just wanna ask what does the openfire use to encrypt passowrd? md5? or wat? =)

+4  A: 

Blowfish

Konstantinos
A: 

Openfire supports multiple storage types so it actually supports a couple hashing algorithms. It depends on the storage type and configuration in openfire.xml

Usually found in: /opt/openfire/config/openfire.xml

Looks something like <passwordType>sha1</passwordType>

Your question is a bit ambiguous though. As it could also mean the format the password is sent over XMPP from the client. This depends on the authentication protocol used and will be defined in the XMPP specs...

bucabay