Hi,
I've written some script to allow validation of a password file. I'd like to use this instead of Apache standard authentication because I think it looks better being incorporated into the form.
The way I've coded it doesn't seem very secure. I refer to the password file on my box using the 'file' function. This means that it could be downloaded somehow (in plain text) even if I place the password file in a Apache password protected directory.
Does anyone know how to make this more secure? I'm not sure whether my way is the same as other peoples form password systems and I'd really like some reassurance if possible 🙂
TIA.
Chris