How to encrypt Passwords?
I have a working Freeradius server with user information held in "/etc/raddb/users" in the form username Cleartext-Password = "ABCD" We have to store the passwords in some hashed or encrypted format and I'm posting the the list to ask how this is done. Can the 'users' file support ciphertext passwords? Or do we have to store our users in some SQL database? Thanks, Peter *************************************************************************************** The CBI's (Confederation of British Industry's) registered address is: Centre Point, 103 New Oxford Street, London WC1A 1DU Company number: RC000139
Peter Moreton wrote:
We have to store the passwords in some hashed or encrypted format and I’m posting the the list to ask how this is done. Can the ‘users’ file support ciphertext passwords? Or do we have to store our users in some SQL database?
The ciphered passwords can be stored anywhere you want. The server supports Crypt-Password, MD5-Password, SMD5-Password, and a whole bunch of others. Alan DeKok.
participants (2)
-
Alan DeKok -
Peter Moreton