How to test Software Security? [closed]
Want to improve this question? Update the question so it focuse开发者_运维技巧s on one problem only by editing this post.
Closed 9 years ago.
Improve this questionWhat are the standards and testing methodologies available to test security and vulnerabilities of a software application ? ,
Characteristics of the application:
- Use public networks to transfer data
- Use Socket Programming
- Cryptography used
- Data Storing ethics and security ?
take a look at OWASP. Lots of good info and links to other resources. https://www.owasp.org/index.php/Category:Principle
精彩评论