Tag: Pinning

  • Securing Mobile Applications With Cert Pinning

    Securing your mobile applications with cert pinning will help you ward off man-in-the-middle (MiTM) attacks, verify users using trusted …

  • Bypassing and Disabling SSL Pinning on Android to Perform Man-in-the-Middle Attack

    Disabling and bypass SSL pinning Certificate Pinning is an extra layer of security to achieve protection against man-in-the-middle. It …

  • Security Vulnerabilities in Certificate Pinning

    Security Vulnerabilities in Certificate Pinning New research found that many banks offer certificate pinning as a security feature, but …

  • Security Researchers Lose Faith in HTTP Public Key Pinning

    A few years ago, Google security engineers proposed a method for webmasters to protect their users from hackers who might try to impersonate HTTPS websites by using fraudulently obtained SSL certificates. The security mechanism, known as HTTP Public Key Pinning (HPKP) or certificate pinning, is now an internet standard, but some security researchers are having…

  • Digital Certificate Security – Certificate Pinning

    Certificate Revocation is Broken Why Certificate Pinning Need? Even though the digital certificate authentication is secure the hacker can launch “Man In Middle Attack” which breaks the security by authenticating the CA public certificate using hacked digital certificate. Read full news article on GBHackers  

  • SSL Certificate Pinning on iOS Using TrustKit

    In past posts, I covered why certificate pinning in mobile apps is important and illustrated how to implement it both in iOS and Android. For the sake of simplicity, we had to omit a lot of nasty details and corner cases from our example. Read full news article on Dzone  

  • SSL Certificate Pinning in iOS Applications

    In this day and age, more and more user data is stored electronically. Users are expecting end-to-end security from every application they are installing on their devices. Read full news article on DZone – Mobile Zone