[FX.php List] Storing logins for clients
Denis Somar
dsomar at gmail.com
Fri Oct 5 15:13:39 MDT 2012
For the record, our sites should never actually store the password on the
DB side. You should store an encryption of the password for moderate
security sake. MD5 is a simple hash but crackable and PHP has all sorts of
"salted" encryption methods for obscuring the user passwords stored in a DB.
As for your question about storing some form of Remember Me? checkbox,
you'll need a persistent cookie to store some flag that the user is logged
in.
HTH,
Denis
On Fri, Oct 5, 2012 at 4:07 PM, Bob Patin <bob at patin.com> wrote:
> One of my clients is asking if I can 'store' their logins (or at least
> their usernames) like many sites do.
>
> Upon searching, I saw that using setcookie() was frowned upon, for obvious
> reasons; have any of you done this, and if so, do you have any code you
> could share?
>
> Thanks,
>
> Bob Patin
> Longterm Solutions LLC
> bob at longtermsolutions.com
> 615-333-6858
> http://www.longtermsolutions.com
> FileMaker 9, 10 & 11 Certified Developer
> Member of FileMaker Business Alliance and FileMaker TechNet
> --
> Twitter: bobpatin
> Google+: http://www.longtermsolutions.com/plus
> AIM: longterm1954
> iChat: bobpatin
> --
> Expert FileMaker Consulting
> FileMaker Hosting for all versions of FileMaker
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20121005/5684ea26/attachment.html
More information about the FX.php_List
mailing list