0

I am a developer and have a site that has some sensitive information that needs to be online for people in different cities. The data is not of much use for most people (no CC numbers, or marketing plans)

the server has a LAMP stack.

I have used .htaccess on the server and the site has a web based sign in screen as well.

Two questions: What is the best way to guarantee the data is secure (within reason)? How can i check there has not been a security breach?

thanks

4

1 回答 1

0
  1. 您可以安装 SSL 证书。并将所有 HTTP 调用重定向到 HTTPS(使用 .htaccess 或 httpd.conf)。
  2. 有许多可能的安全漏洞,例如:代码注入、sql 注入等。您可以使用这样的服务和这样服务来检查您网站的安全性。
于 2012-06-13T08:58:28.677 回答