News Feed
Jobs Feed
Sections




News Archive
PHPit.net:
Handling passwords safely in PHP
February 06, 2006 @ 07:17:10

PHPit.net is back today with another new tutorial - this time it concerns the safe handling of passwords in your PHP scripts.

If you're ever going to create a script that involves users or passwords, which is very likely, you'll probably run across security issues with handling the passwords. You can't just store the passwords in clear text in your database, and great care must be used when managing the passwords (for example during login).

In this article I will show you everything that you have to think about when handling passwords in PHP, and how to solve some common problems.

They offer suggestions like storying them hashed (md5 or sha1), protecting them with a salt, SSL certificates, and how to manage their use with things like cookies and sessions.

0 comments voice your opinion now!
handle password safely logging signup md5 sha1 ssl handle password safely logging signup md5 sha1 ssl


blog comments powered by Disqus

Similar Posts

DevShed: User Authentication and PHP Security

PHPit.net: Handling passwords safely in PHP

Paul Reinheimer's Blog: Improving See Also

PHPit.net: Handling passwords safely in PHP

php|architect: Pro-PHP Podcast Interview with Jacob Taylor


Community Events











Don't see your event here?
Let us know!


zendframework2 database application development community api series opinion introduction functional testing language example interview code framework podcast release phpunit composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework