PHP - Security what is best way?

后端 未结 6 916
无人及你
无人及你 2021-02-06 09:24

What is the best way to secure an intranet website developed using PHP from outside attacks?

6条回答
  •  Happy的楠姐
    2021-02-06 09:52

    I would echo @Oli and favour the VPN method if possible. However, if for any reason you need more arbitrary access than this, you should use SSL to secure any authentication. And in addition to password authentication / IP address authentication it would be well worth looking at using SSL with client side certificates.

提交回复
热议问题