Pro PHP Security From Application Security Principles to the Implementation of XSS Defenses /
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 develop...
Clasificación: | Libro Electrónico |
---|---|
Autores principales: | , , |
Autor Corporativo: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress : Imprint: Apress,
2010.
|
Edición: | 2nd ed. 2010. |
Temas: | |
Acceso en línea: | Texto Completo |
Tabla de Contenidos:
- The Importance of Security
- Why Is Secure Programming a Concern?
- Practicing Secure PHP Programming
- Validating and Sanitizing User Input
- Preventing SQL Injection
- Preventing Cross-Site Scripting
- Preventing Remote Execution
- Enforcing Security for Temporary Files
- Preventing Session Hijacking
- Securing REST Services
- Practicing Secure Operations
- Using CAPTCHAs
- User Authentication, Authorization, and Logging
- Preventing Data Loss
- Safe Execution of System and Remote Procedure Calls
- Creating a Safe Environment
- Securing Unix
- Securing Your Database
- Using Encryption
- Securing Network Connections: SSL and SSH
- Final Recommendations.