Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 276 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 276 Bytes

Public Key SSL Pinning in Swift

You need to create SecKey from the Certificate public key and then you will be able to use them. In this tutorial we are implementing SSL Pinning using Alamofire 5.* in both approach i.e Public Key Pinning and Certificate Pinning.