Security
Certificate pinning
How would you implement certificate pinning (SSL pinning) on iOS?
Certificate pinning
How would you implement certificate pinning (SSL pinning) on iOS?
SecurityShort answerAdvanced
Your app pins the server's public key, and your security policy rotates the server certif…
#certificate #public-key
SecurityMultiple choiceBasics
What conditions have to hold before a tool like Charles or Proxyman can show an app's HTT…
#certificate #mitm
SecurityMultiple choiceBasics
An app pins by hardcoding the SHA-256 hash of the leaf certificate. What happens first wh…
#ssl-pinning
SecurityShort answerExpert
QA reports that with a Charles proxy in place they see every API request and response fro…
#mitm