|
Ban Filter
|
Other links at PHP > Tutorials > Security |
| 1. |
Encryption Tutorial
|
|
|
This article describes the why and how of real-life data encryption, covering PGP and GnuPG, and using PHP and the mcrypt and mhash libraries.
|
| 2. |
Writing Secure PHP Code
|
|
|
This article will guide you through writing secure PHP code and covers many of the common security pitfalls one will encounter while making php applications. Covers things such as register globals, SQL injection, include files, and demonstrates how to protect against those kind of attacks. Anyone new to PHP, and even some more experianced people, should read this before deploying thier application.
|
| 3. |
Crypt and User Validation
|
|
|
Tutorial covering the basics of encryption and how to apply it to user validation, including a sample script to try out.
|
| 4. |
PHP and Security
|
|
|
Bad written php scripts can be easily hacked by anyone if. With this tutorial, you will hopefully be writing more secure php scripts and avoid the headache.
|
|
|