项目作者: Asifnewaz

项目描述 :
SSL Pinning with swift using alamofire and url session. Alamofire version 4 is used for ssl pinning.
高级语言: Swift
项目地址: git://github.com/Asifnewaz/SSLPinningInSwift.git
创建时间: 2020-04-30T15:41:43Z
项目社区:https://github.com/Asifnewaz/SSLPinningInSwift

开源协议:MIT License

下载


SSL pinning in Swift

For some apps, the only endpoints we want to communicate with are those you trust and have certificates for (e.g. mobile banking applications). In that case, we need to do some handiwork to bring the correct behavior of Alamofire 4.

Requirement

  • Swift
  • Alamofire 4

Follow the blog article for details implementation:
Blog

License

MIT