David Hurst

PHP/MySQL, REALbasic, Javascript Developer

Secure Online Random Password Generator

Regular readers of my blog may remember, or have used, my secure random password generator class. For those who aren’t PHP proficient, or just can’t be bothered to create the pages necessary, I’ve implemented it into a new website: www.random-password.net. I hope it proves useful.
The benefit of my class is that it generates passwords based […]

Read the rest of Secure Online Random Password Generator

PHP Mail Script Security - Stop SPAM Vulnerabilities

Have you written any PHP scripts to handle email sending? The mail() function is one of the simplest and most useful of PHP’s in-built functions, but poorly written code can expose a huge vulnerability that allows your simple mail script to be hijacked by spammers.

Read the rest of PHP Mail Script Security - Stop SPAM Vulnerabilities