Displaying 1 result from an estimated 1 matches for "ha1b".
Did you mean:
a1b
2013 Jun 06
0
md5secret, secret and ha1b hash calculation?
Kamailio has both a ha1 and ha1b column in it's user schema:
ha1 = H(A1) = MD5(user:realm:password)
ha1b = H(A1b) = MD5(user at realm:realm:password)
This is intended to support some devices that append @realm to the user
and/or to allow users to put either "user-part only" or "user at domain"
into the a...