Guys,
I got a quick question, I want to know what you guys use or what resources you have for a complete secure PHP login system. Using salts, hashes and sessions. No fancy Jquery stuff, just stripped down.
Some limitations:
-No use of PDO, the server I'm using has a lot of legacy crap which requires the old version of PHP.
-No fancy Jquery/Javascript (I just need the bare bones PHP and HTML)
-No fancy MVC stuff.
At the moment the best one I could find is
https://github.com/panique/php-login-minimal
Any tips or ideas would be best appreciated.