Welcome Guest, Not a member yet? Register   Sign In
Looking for a Secure Login library
#6

[eluser]Unknown[/eluser]
Simplelogin is designed to give you a quick and simple login library that will get you up and running with an unobtrusive authorization system very quickly. It does not try to guess how you want to structure your app, it simply tries to give you a little help.

There are three primary modifications to Anthony’s original code. Most importantly, SimpleLogin–Secure uses the phpass framework for secure, portable password hashing instead of straight md5 without a salt. Secondly, SimpleLoginSecure uses an e-mail address instead of a user name as the login key. And finally, it adds user_date, user_modified and user_last_login date/time fields to the default install.

For more information on why md5 hashing is not enough, see the excellent post about password schemes on the Matasano Security blog.
Installation and configuration

Download the library zip file and extract the contents.

Copy SimpleLoginSecure.php and the entire phpass-0.1 directory to your system/application/libraries directory.

Create your database table using the supplied SQL sample. You can also edit the hash length and portability constants at the top of SimpleLoginSecure.php.


<a href="http://food4wealthreviewed.com/">vegetables</a>
<a href="http://food4wealthreviewed.com/">food4wealth</a>
<a href="http://food4wealthreviewed.com/">Jonathan White</a>
<a href="http://food4wealthreviewed.com/">grow organic garden</a>
<a href="http://food4wealthreviewed.com/">organic fruits and vegetables</a>


Messages In This Thread
Looking for a Secure Login library - by El Forum - 12-07-2009, 01:17 AM
Looking for a Secure Login library - by El Forum - 12-07-2009, 06:12 PM
Looking for a Secure Login library - by El Forum - 12-08-2009, 10:26 AM
Looking for a Secure Login library - by El Forum - 12-08-2009, 10:42 AM
Looking for a Secure Login library - by El Forum - 12-11-2009, 11:52 PM
Looking for a Secure Login library - by El Forum - 09-07-2010, 09:53 PM
Looking for a Secure Login library - by El Forum - 09-08-2010, 04:44 AM
Looking for a Secure Login library - by El Forum - 12-28-2010, 11:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB