Search Results

1
vote

Should data security be performed on the database side?

Stored procedures are usually a win for security. Simplifying the relationship between your application and the database reduces the number of places where you can have errors; errors in code that …
20
votes

Penetration testing tools

There are a couple different directions you can go with automated testing tools for web applications. First, there are the commercial web scanners, of which HP WebInspect a …