Hi again, When comparing a supplied password with a stored pw using crypt(), what salt should I use? Doesn't this have to match the salt originally used to generate the crypt()'d password?
I haven't dealt with this function before. Sorry if it's a dumb question. -Micah