Session Details
Session
Level: #Intermediate
Category: Flutter | Format: Session
11:00 am - 11:40 am | Room A
Say No to MITM , A flutter way to SSL Pinning
Session Description:
SSL Pinning secures the connection by ensuring an app only accepts the server's specific certificate. If the app's stored certificate doesn't match the server's, the connection is rejected, preventing unauthorized access. When using HTTPS, the server provides a certificate to the app, which may accept any certificate, exposing it to man-in-the-middle (MITM) attacks. Hackers can exploit this to intercept connections and introduce malicious certificates, leading to data breaches and information leaks. I this session we will Explore the topic of SSL Pinning on Flutter Apps by looking into a walkthrough , advantages and limitations of implementing such.