Tagged articles
3 articles
Page 1 of 1
ITPUB
ITPUB
Jan 20, 2021 · Information Security

Is HTTPS Really Private? Uncovering Corporate Monitoring and MITM Risks

The article explains how HTTPS works, why it is considered secure, reveals its limitations such as exposed domain names via SNI, describes man‑in‑the‑middle attacks, SSL pinning, and the various ways companies can monitor employee web traffic even when using encrypted connections.

Corporate MonitoringHTTPSMITM
0 likes · 11 min read
Is HTTPS Really Private? Uncovering Corporate Monitoring and MITM Risks
Sohu Tech Products
Sohu Tech Products
Mar 11, 2020 · Mobile Development

In‑Depth Analysis of AFNetworking Architecture and Design for iOS

This article provides a comprehensive technical walkthrough of AFNetworking, covering its core classes, request and response serialization, task management, network activity indicator handling, reachability monitoring, and SSL pinning security policies, illustrating how the library abstracts NSURLSession for iOS developers.

AFNetworkingHTTPSMobile Development
0 likes · 29 min read
In‑Depth Analysis of AFNetworking Architecture and Design for iOS
Sohu Tech Products
Sohu Tech Products
Mar 4, 2020 · Mobile Development

AFNetworking Deep Dive: Request/Response Serialization, Session Management, and Security

This article provides a comprehensive overview of AFNetworking 3.x, covering its evolution, core components such as AFURLSessionManager, request and response serialization, task handling, session management, network activity indicator, reachability monitoring, and security policies including SSL pinning and certificate validation, with detailed code examples.

AFNetworkingNetworkingRequest Serialization
0 likes · 28 min read
AFNetworking Deep Dive: Request/Response Serialization, Session Management, and Security