----- Original Message ----- From: "Kostas Kalevras" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 27, 2004 5:26 PM Subject: Re: Salt
> On Tue, 27 Jul 2004, Nick Marino wrote: > > > Does dialup admin use salt by defualt when encytpting passwords? > > If so where is it getting the salt from? > > I assume you mean using a salt when creating a new user or changing a user's > password, not when just verifying a user's password. > > In any case, dialupadmin supports crypt(),md5() encryption. When using crypt() > it will call the corrsponding php function which autogenerates a random salt to > be used in password encryption. Hope this answers your question. > > For more information: > www.php.net/crypt > www.php.net/md5 > Thank you very much, yes that answers my question. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

