What are the main things I need to pay attention to them
Process of building a strong security system?

Recommended Answers

All 4 Replies

content management system for a site that need high protection to the admin zone

  • Use the latest versions of your tools (Apache/PHP/MySQL).
  • Use strong encryption where needed.
  • Run on SSL, perhaps a sub-domain, or separate domain.
  • Make sure your code is free from injection attacks.
  • Be paranoid about user input.
  • Log everything.

And browse this site. It is a lot of information but it is not a bad idea to become familiar with most of it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.