RookieCoderrookiecoder21.hashnode.dev路Dec 11, 2024馃攼 SSL Pinning in Flutter: Your App鈥檚 Private BouncerImagine your app as an exclusive VIP party. Data flows in and out like guests at the door. But what if someone sneaks in wearing a fake ID? That鈥檚 where SSL Pinning comes in鈥攊t鈥檚 the bouncer that checks credentials, kicks out imposters, and ensures y...Discuss路52 readsSSL
Bharat Dussabharat-dussa.hashnode.dev路Feb 13, 2024SSL Pinning in React Native: Strengthening Security Against Cyber ThreatsAre you developing secure mobile apps with React Native? Then understanding and implementing SSL pinning is crucial. This guide explains what SSL pinning is, why it matters, and how you can integrate it into your React Native project. Understanding S...Discuss路2 likes路58 readsSSL
Nee4pfsec.com路Jan 14, 2024SSL Pinning bypass (Android Emulator)Over the weekend, I was taking a look at an application which implemented SSL pinning. Here's the technique I used to bypass pinning and view the raw requests sent to the application server which then helped me to uncover crucial details about the ap...Discuss路876 readsbypass ssl pinning
Dhananjay Yadavdhananjayandroid.hashnode.dev路Sep 10, 2023Android application best security practicesThese are some best practices that have a significant, positive impact on your app's security.1. Signing APKs:When you build an Android app, it must be signed with a digital certificate. This process ensures the integrity and authenticity of the app....Discuss路10 likesAndroid
Hakim Katendeghkatende.hashnode.dev路Dec 7, 2022SSL Pinning in React-Native using trust-kit for androidAre you looking to boost the security of your React Native app? Look no further! In this tutorial, I'll show you how to easily implement SSL pinning using Trust Kit for Android. Get ready to take your app's security to the next level. Trust Kit is a ...Discuss路1.1K readsssl pinning