Creating monsters with closures
Wednesday, Jan 6th 2016Have you ever thought about building a new object instance using methods from other object instances?
Have you ever thought about building a new object instance using methods from other object instances?
Sometimes you just want Composer to autoload a specific file for you when you need to bootstrap your application. Here's how.
I'm still seeing MD5() and SHA1() being recommended for hashing passwords online. So I thought a primer might help shed some light on a better way to do it.
You should be allowing the password_hash()
function to create dynamic salts for you. Here's how and why.
With Mashable reporting this week that Uber logins can be bought online for $1 it's high time to check how you handle passwords in your PHP app.