Building Secure PHP Apps Front Cover

Building Secure PHP Apps

  • Length: 102 pages
  • Edition: 1
  • Publisher:
  • Publication Date: 2014-05-05
Description

Do you ever wonder how vulnerable you are to being hacked?  Do you feel confident about storing your users sensitive information?

Imagine feeling confident in the integrity of your software when you store your user’s sensitive data.  No more fighting fires with lost data, no more late nights, your application is secure.

In this short book I’ll give you clear, actionable details on how to secure various parts of your web application.  You will also find scenarios to handle and improve existing legacy issues.

Several years ago I was writing a web application for a client in the CodeIgniter PHP framework, *shudder*, but CodeIgniter didn’t include any type of authentication system built in.  I of course did what any good/lazy developer would do and went on the hunt for a well made library to supply authentication capabilities.  To my chagrin I discovered that there weren’t any clean, concise libraries that fit my needs for authentication in CodeIgniter.  Thus began my journey of creating Ion Auth, a simple authentication library for CodeIgniter, and a career long crusade for securing web applications as well as helping other developers do the same.

Here we are years later, a lot of us have moved on to other frameworks or languages, but I still repeatedly see basic security being overlooked.  So let’s fix that.  I want to make sure that you’ll never have to live the horror of leaking user passwords, or have someone inject malicious SQL into your database, or the suite of other “hacks” that could have been easily avoided.  Let’s make sure we all get home on time and sleep well at night.

Topics

This is a quick read, at just over 100 pages.  This is a handbook style guide to specific items you can act on.  The following sections will be covered:

  • Never trust your users – escape all input
  • HTTPS/SSL/BCA/JWH/SHA and other random letters, some of them actually matter
  • Password Encryption and Storage for Everyone
  • Authentication, Access Control, and Safe File Handing
  • Safe Defaults, Cross Site Scripting and other Popular Hacks

Format

All code examples are written in PHP with accompanying source code on GitHub.

Progress

This book is now 100% complete and ready to school you.  There will be occasional releases for errata and to keep things up to date.

Table of Contents

Chapter 1 – Never Trust Your Users. Sanitize ALL Input!
Chapter 2 – HTTPS/SSL/BCA/JWH/SHA and Other Random Letters; Some of Them Actually Matter.
Chapter 3 – Password Encryption and Storage for Everyone
Chapter 4 – Authentication, Access Control, and Safe File Handing
Chapter 5 – Safe Defaults, Cross Site Scripting, and Other Popular Hacks

To access the link, solve the captcha.
Subscribe