Search found 1 match
- Thu Jun 29, 2006 6:30 am
- Forum: PHP - Code
- Topic: Security question
- Replies: 4
- Views: 470
As being professionally in Information security for the past 5 years, web application security can be achieved with several things.. 1. confidentiality : use HTTPS, both IIS and Apache (and other major webservers) can be configured with a certificate. 2. input data : this is the main one.. filter on...