• Complain

Chris Snyder and Thomas Myer - Pro PHP Security

Here you can read online Chris Snyder and Thomas Myer - Pro PHP Security full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2010, publisher: Apress, genre: Politics. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover

Pro PHP Security: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Pro PHP Security" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

PHP security, just like PHP itself, has advanced. Updated for PHP 5.3, the second edition of this authoritative PHP security book covers foundational PHP security topics like SQL injection, XSS, user authentication, and secure PHP development. Chris Snyder and Tom Myer also delve into recent developments like mobile security, the impact of javascript, and the advantages of recent PHP hardening efforts. Pro PHP Security, Second Edition will serve as your complete guide for taking defensive and proactive security measures within your PHP applications. Beginners in secure programming will find a lot of material on secure PHP development, the basics of encryption, secure protocols, as well as how to reconcile the demands of server-side and web application security.

Chris Snyder and Thomas Myer: author's other books


Who wrote Pro PHP Security? Find out the surname, the name of the author of the book and a list of all author's works by series.

Pro PHP Security — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Pro PHP Security" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
BOOKS FOR PROFESSIONALS BY PROFESSIONALS Companion eBook Available Chris - photo 1
BOOKS FOR PROFESSIONALS BY PROFESSIONALS Companion eBook Available Chris - photo 2

BOOKS FOR PROFESSIONALS BY PROFESSIONALS Companion

eBook Available

Chris Snyder, Author of Pro PHP Security, First edition Pro PHP Security Pro

If you've been a web developer for even a short time, you know that security is at once one of the most misunderstood and most important parts of your Thomas Myer, Author of job. You need only experience the anguish of having a web site or application No Nonsense XML Web hacked by someone several continents away to understand that. By provid- Development with PHP ing the most current information available, this title will help you understand Mac Basics in Simple Steps and avoid web security challenges while providing solutions for common real-

world problems.

This book begins by taking you through what can be done to secure your code by providing a rock solid grounding in the fundamentals of PHP security. Next, the book expands on that topic by what you can do to help protect your Michael Southwell, Coauthor of users and environment by covering such topics as encryption, SSL and SSH, UNIX security, CAPTCHAs, and more. Finally, the book delves into often forgot- Pro PHP Security, First edition ten (but incredibly important) topics such as keeping software up-to-date and

maintaining separate production and development environments.

Security is a big deal, and this book has been updated so todays PHP devel-oper can successfully meet all of the security challenges of the future.

THE APRESS ROADMAP

Beginning PHP Objects Pro

PHP & MySQL, Patterns & Practice, PHP Security,

4th Edition 3rd Edition 2nd Edition

Beginning Zend Enterprise Pro

PHP and Oracle PHP Patterns PHP Refactoring

Companion eBook

SECOND

EDITION

SOURCE CODE ONLINE

www.apress.com

Shelve in:

Web Development / PHP

Programming

User level:

IntermediateAdvanced

Pro PHP Security From Application Security Principles to the Implementation of XSS Defenses Second Edition

Chris Snyder

Thomas Myer

Michael Southwell

Picture 3

Pro PHP Security: From Application Security Principles to the Implementation of XSS Defenses, Second Edition

Copyright 2010 by Chris Snyder, Thomas Myer, and Michael Southwell All rights reserved. No part of this work may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or by any information storage or retrieval system, without the prior written permission of the copyright owner and the publisher.

ISBN-13 (pbk): 978-1-4302-3318-3

ISBN-13 (electronic): 978-1-4302-3319-0

Printed and bound in the United States of America 9 8 7 6 5 4 3 2 1 Trademarked names, logos, and images may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, logo, or image we use the names, logos, and images only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark.

The use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not identified as such, is not to be taken as an expression of opinion as to whether or not they are subject to proprietary rights.

President and Publisher: Paul Manning

Lead Editor: Frank Polhmann

Technical Reviewer: Chris Snyder

Editorial Board: Steve Anglin, Mark Beckner, Ewan Buckingham, Gary Cornell, Jonathan Gennick, Jonathan Hassell, Michelle Lowman, Matthew Moodie, Duncan Parkes, Jeffrey Pepper, Frank Pohlmann, Douglas Pundick, Ben Renow-Clarke, Dominic Shakeshaft, Matt Wade, Tom Welsh

Coordinating Editor: Adam Heath

Copy Editor: Jim Compton

Compositor: MacPS, LLC

Indexer: BIM Indexing & Proofreading Services

Artist: April Milne

Cover Designer: Anna Ishchenko

Distributed to the book trade worldwide by Springer Science+Business Media, LLC., 233 Spring Street, 6th Floor, New York, NY 10013. Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail orders-ny@springer-sbm.com , or visit www.springeronline.com . For information on translations, please e-mail rights@apress.com , or visit www.apress.com . Apress and friends of ED books may be purchased in bulk for academic, corporate, or promotional use. eBook versions and licenses are also available for most titles. For more information, reference our Special Bulk SaleseBook Licensing web page at www.apress.com/info/bulksales . The information in this book is distributed on an as is basis, without warranty. Although every precaution has been taken in the preparation of this work, neither the author(s) nor Apress shall have any liability to any person or entity with respect to any loss or damage caused or alleged to be caused directly or indirectly by the information contained in this work.

This, like all the others, is dedicated to my wife Hope Doty.

Thanks for loving me anyway.

T.M.

Contents - photo 4

Contents ................................................................................................................

About the Authors ..............................................................................................

Acknowledgments.............................................................................................

Picture 5

Preface .............................................................................................................

Part 1: The Importance of Security ............................................................................

Picture 6

Chapter 1: Why Is Secure Programming a Concern? ............................................

Part 2: Practicing Secure PHP Programming ........................................................

Chapter 2: Validating and Sanitizing User Input .................................................

Picture 7

Chapter 3: Preventing SQL Injection ...................................................................

Chapter 4: Preventing Cross-Site Scripting ........................................................

Picture 8

Chapter 5: Preventing Remote Execution ............................................................

Chapter 6: Enforcing Security for Temporary Files .............................................

Chapter 7: Preventing Session Hijacking ............................................................

Picture 9

Chapter 8: Securing REST Services ...................................................................

Part 3: Practicing Secure Operations ...................................................................

Chapter 9: Using CAPTCHAs ..............................................................................

Chapter 10: User Authentication, Authorization, and Logging ..........................

Picture 10
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Pro PHP Security»

Look at similar books to Pro PHP Security. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Pro PHP Security»

Discussion, reviews of the book Pro PHP Security and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.