Category Archives: Security

Secure username and password authentication with PHP

With PHP-based websites that I create, I use a very simple but secure method for handling authentication. This basic method is secure, protects the privacy of the user, and works with any browser that supports cookies. 1. The database The … Continue reading

Posted in PHP, Security | Leave a comment