password Archive
28 Jul 2012
Is a static salt enough when storing passwords?
By David Carr On 28 July 2012 In Development
No is the short answer, equally having random salts stored in the database is not that much better if the database is accessed it can still without too much trouble be run through brute force and get
6 May 2011
Reset Password Script
By David Carr On 6 May 2011 In PHP
This tutorial will show you how to create a reset password script.