Badges
20 Points
7 Years
User Activity
About 7 years ago
Answered a question: What do you recommend for a securing Web Application?
Hi, to secure completely your web application you need to
1) Use tools that check against vulnerabilities at run time
2) Use code review tools, that looks for common vulnerabilities documented by OWASP and CWE.
Options 1 and 2 are mandatory and complementary at the same…
Over 7 years ago
Answered a question: If you had to both encrypt and compress data during transmission, which would you do first and why?
Hi
Compression is based on the frequency of patterns in your data. If you encrypt first most of the patterns will be lost and the compression afterwards will not be efficient. Ex: take a text file, encrypt it then compress it, you will get a lower compression ration than if…
Over 7 years ago
Contributed a review of Kiuwan: Supports continuous integration tools.
Reviews
Answers
About 7 years ago
Web Application Firewall (WAF)
Over 7 years ago
Application Security Tools