Monday 06 July 2026 02:33:38 GMT+02:00

Netcrook

HomeManifesto
News
Techcrook
Geocrook
WikicrookTeamAppContact
EnglishItalianoArabic

WIKICROOK

Client-side resilience

The ability of an app to keep functioning safely under untrusted conditions.

Client-side resilience is the ability of an app to keep operating safely when the device, user environment, or runtime cannot be fully trusted. In mobile security, this means assuming the client may be rooted, instrumented, tampered with, or exposing local data through caches, files, or backups.

This matters because many attacks target the client first: attackers can patch app logic, intercept requests, modify local storage, or bypass weak checks. A resilient design limits damage by treating the client as part of the attack surface, not a trust anchor. Defenses include keeping sensitive decisions on the server, protecting local data with strong encryption, validating inputs and state, and using security benchmarks such as OWASP MASVS to test behavior under hostile conditions.

← WIKICROOK index