Friday, April 2, 2021

Carrying-Out SSL Pinning in iOS Apps

As we create a website/application to run on a server and pin a certificate into the code, we always connect to that server securely. There are three things that the client and server must agree upon: (1) How will keys be exchanged? (2) How will data be encrypted? (3) How will messages...