Dynamic SSL Pinning is a project that aims to provide a robust implementation of SSL pinning for iOS applications. SSL pinning enhances the security of network communications by validating the server's SSL certificate against a trusted certificate stored within the app.
- Dynamic Pinning: Dynamically update the pinned certificates without requiring an app update.
- Secure Communication: Ensure secure communication between the app and the server.
- Easy Integration: Simple and straightforward integration into your iOS project.
- iOS 12.0+
- Xcode 12.0+
- Swift 5.0+
git clone https://github.com/osmantufekci/Dynamic-SSL-Pinning.git
Paste
https://github.com/osmantufekci/Dynamic-SSL-Pinning.git =>> Up to Next Major