Category
Application Security
Tags
Articles
-
Generating Random Passwords
Have you ever needed to generate a random password, for example when a user forgets his/her password? Create a PHP function that generates random passwords with a specified amount of characters.
-
SQL Injections
Allowing users to input unescaped data into your application can lead to the dangerous vulnerability of a SQL injection. SQL injections can completely cripple your database, making them a major security risk. Here Doug discusses what SQL injections are and some practical methods to prevent them.

