Results 1 to 3 of 3
Does anyone know how to make a secure php password script ... based using html forms that doesnt involve mySQL?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-15-2005 #1
PHP Password Script
Does anyone know how to make a secure php password script ... based using html forms that doesnt involve mySQL?
- 10-15-2005 #2Linux Engineer
- Join Date
- Feb 2005
- Posts
- 1,044
If you store the passwords encrypted in a plain text file your PHP script can just encrypt the input password and see if the encrypted string matches. Not sure what problem you're trying to overcome here.
- 10-15-2005 #3
thanks, mySQL and PHP configuration PHP works but mySQL dosent


Reply With Quote
