PCAPdroid icon indicating copy to clipboard operation
PCAPdroid copied to clipboard

Provide indicators of TLS decryption difficulty

Open emanuele-f opened this issue 2 years ago • 1 comments

n the app, make it clear for a user which security measures an app implements and how to bypass them. This info can be extracted from its target SDK but also requires a dedicate list (e.g. for cert pinning or chrome).

This is explained in details in https://github.com/emanuele-f/PCAPdroid/issues/57#issuecomment-1114199030

emanuele-f avatar May 27 '22 16:05 emanuele-f

Pinning can also be implemented by custom whitelists inside the app resources or by various third party components like okhttp, UnityEngine and others which have their own major versions. This can become quite complex.

yoshimo avatar Sep 22 '22 19:09 yoshimo