Skip to main content

Posts

Showing posts from August, 2013

Security Testing Basic

Security testing is an activity intended to bring out of flaws in the security mechanisms of a data system that protect data & maintain functionality as thought. Security Testing is a type of software testing that means to uncover exposures of the system & determine that its information and resources are saved from possible interlopers. Security testing is a huge subject. Each and every technology that you use; whether it is programming words like PHP & .NET and a feature like authentication & input validation; introduces a new set of security exposures.   What really should come in mind piece concerned about security?   Authentication: The source of the application & its data is real.   Authorization: Particular users should only get enter in to authorized functions. Confidentiality: Data and information is protected from theft. Integrity: The application & its data are not altered in course of time during transmittal.   No...