Is Integrity Check RequiredNetBouncer designed to make an application secure by default and secure with design. If an application needs integrity check 95% of the time it's an indication of a bad design. Thus if you need integrity checks, take another look into your implementation and fix it. You shouldn't pass a data an untrusted place and expect it be same when it's back. There some rare implementations which you need this and those are exceptional, requires custom coding.
|