md5 passwords in mysql database
Phil Mayers
p.mayers at imperial.ac.uk
Fri Mar 16 17:29:58 CET 2012
On 16/03/12 16:14, pamela pomary wrote:
> I read online,it is not possible to do md5 with MS-CHAP. I don't want to
This is correct.
> save users passwords in clear text. How can I achieve encrypting user's
> passwords in MySQL database. I have Freeradius2.1.12 installed. Please I
> will be grateful for suggestions.
To do MSCHAP, you MUST store either the plaintext password, or the NT
hash (MD4 of little-endian UTF-16 form password)
See here:
http://deployingradius.com/documents/protocols/compatibility.html
More information about the Freeradius-Users
mailing list