Cargando…

Pro PHP security : from application security principles to the implementation of XSS defenses /

Provides information on securing PHP applications, covering such topics as SQL injection, XSS, remote execution, temporary files, REST services, CAPTCHAs, identity verification, and versioning.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Snyder, Chris (Christopher H.)
Otros Autores: Myer, Tom, Southwell, Michael G.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, Calif.] : New York : Apress ; Distributed to the Book trade worldwide by Springer Science+Business Media, ©2010.
Edición:2nd ed.
Colección:Expert's voice in open source.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Why is secure programming a concern?
  • 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
  • Using CAPTCHAs
  • User authentication, authorization, and logging
  • Preventing data loss
  • Safe execution of system and remote procedure calls
  • Securing Unix
  • Securing your database
  • Using encryption
  • Securing network connections : SSL and SSH
  • Final recommendations.