PHP 5.5 Login (Uses Password Hashing API)


1 reply to this topic - - - - -

#1 Mr.XXIV

    Shine bright like Iron Man.

  • 1,176 posts
  • Joined: 30-April 11
  • Location: Stratford, Connecticut
  • OS: OS X Mountain Lion 10.8.2
  • Phone: iPhone 4

Posted 12 February 2013 - 19:34

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!


#2 OP Mr.XXIV

    Shine bright like Iron Man.

  • 1,176 posts
  • Joined: 30-April 11
  • Location: Stratford, Connecticut
  • OS: OS X Mountain Lion 10.8.2
  • Phone: iPhone 4

Posted 12 February 2013 - 22:45

A preview of the forms. Plenty is to be worked on as far as features and browser support.

Attached Images

  • Attached Image: joinpreview.jpg
  • Attached Image: loginpreview.jpg