in reply to In a web app, is using ssl, encrypting request data, and validating request data after decryption overkill?
The important part is this: check whether the user has the authority to see whatever they have requested.
Make sure that everything is protected, but the more "super security" that you build in, the more chance there will be for bugs to creep in, and to reduce the actual security.
Clint
|
|---|