tituspurdin
April 30th, 2009, 11:13 AM
How does Ubuntu (Hardy) construct (encrypt) passwords. I am, of
course, used to crypt(). I want to do application level authentication;
but cannot puzzle out how to do what I have done using crypt() in
the past. I think it is using MD5 with salt, but I cannot reconstruct
the way in which the salt is being added or determine if there is a
system tool that will do the job for me. Thanks.
course, used to crypt(). I want to do application level authentication;
but cannot puzzle out how to do what I have done using crypt() in
the past. I think it is using MD5 with salt, but I cannot reconstruct
the way in which the salt is being added or determine if there is a
system tool that will do the job for me. Thanks.