Logo name

Practical PHP Programming:Security concerns

From IpbWiki

  • Currently4.00/5
Jump to: navigation, search

The Internet is sadly not a safe place, mostly thanks to a small percentage of its users who feel the need to attack other users electronically. The reasons for the various attacks vary – sometimes it is for monetary gain, where attackers find holes in your code that they can exploit to their advantage, and other times it is just for fun. Either way, computer security has been a hot topic for years, and does not seem to be improving all that much.

This chapter is split into three distinct parts: part one discusses how to write secure PHP code, which includes methods of programming that are hard if not impossible to crack, part two discusses how to host PHP on a server where other people can write scripts, and part three discusses using PHP to encrypt and decrypt data.

Topics covered in this chapter are:

  • Why register_globals matters
  • How to program secure PHP
  • Considerations for people who host others' web sites
  • Safe mode PHP
  • Encryption, simple and advanced


Chapter contents


Next: Practical_PHP_Programming:Programming secure PHP

This page was last modified on 21 October 2006, at 16:19.  This page has been accessed 2,065 times.  Content is available under GNU Free Documentation License 1.2Disclaimers