Categories
PHPTips and Tutorials → Security

Create a random password

Nice little function that will generate a completely random password.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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 t...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Security 101 - Client Side

This tutorial will show you things to be aware of when coding PHP, so that your code is more secure, and less hackable.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Simple Security and Sessions in PHP

This article demostrates an easy way to maintain sessions and security (or authorization) in PHP. It does NOT use the PHP built in session support. The following method will allow you to easily secure any PHP page by simply including a file at the to...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Protect Your Website From Leaching Programs

This article explains how to stop those Website download leach programs from downloading your content using PHP.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Protecting PHP Scripts with HTTP Authentication

Protect your PHP Scripts using the most efficient method: HTTP Authorization, as implemented in PHP. Using this tutorial, you''ll learn how easy it is.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

How to protect PDF files using PHP

This tutorial explains how to safely hide away PDF files from public access using htaccess, but then having a PHP file run its own authorization to allow access to the file without the Network Password dialog box. The PDF file will be displayed in th...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Running PHP Scripts Securely

Connecting to a database requires that passwords be included in the script at some point. This information may be exposed if you do not wrap your PHP scripts. Protecting your scripts from prying eyes is called &"wrapping.&" When yo...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com