- Andrés Mauricio Riaño
- Richar Urbano Muñoz
- Andrés Collazos
A simple, but secure PHP login script. Uses the ultra-modern & future-proof PHP 5.5 BLOWFISH hashing/salting functions (includes the official PHP 5.3 & PHP 5.4 compatibility pack, which makes those functions available in these versions too).
- PHP 5.3.7+
- MySQL 5 database (please use a modern version of MySQL (5.5, 5.6, 5.7) as very old versions have a exotic bug that makes PDO injections possible.
- activated mysqli (last letter is an "i") extension (activated by default on most server setups)
Create a database database and the table users via the SQL statements in the _install folder.
Change mySQL database user and password in config/db.php (DB_USER and DB_PASS).
Licensed under MIT. You can use this script for free for any private or commercial projects.