Encryption of password
Asked Answered
G

2

6

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

Geostatic answered 30/6, 2009 at 9:5 Comment(2)
just as a side note... MD5 is NOT an encryption algotithm, it's a hasing algorithmGib
I just have to thank you for your comment. This needs to be a public service announcement I think...Serial
B
8

Blowfish

Breastplate answered 30/6, 2009 at 9:7 Comment(0)
B
1

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...

Bayonet answered 14/7, 2009 at 16:27 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.