My first project on Github!
PHP 5.5 Login
Login & Register using the new PHP 5.5 Password Hashing API,
which easily makes use of the bcrypt hashing algorithm.
Database & Login Classes originally from Panique's PHP Login
https://github.com/Panique/PHP-Login/
Supports 5.3/5.4
This can normally support up to 5.4, but because of bcrypt
and PHP 5.4 arrays, backwards compatability will need to
be implemented into the login class. For now, I'm working
off of PHP 5.5 (Alpha 4).
Soon, I will work on getting the password hashing API to be compatible up to PHP 5.3.7.
Current issue:
- Making use of the rehash functionality during login.
Check out the project here!








