Entries Tagged ‘app security’

Certificate Pinning Pitfalls: Why Rotation Breaks Apps

In the previous article “.NET Certificate Pinning: A Practical Guide“, we implemented simple certificate pinning in a command line .NET application. You went and implemented it in your app. You tested it and it worked perfectly. Fast forward a few months and your users cannot connect. You haven’t changed the code for ages. So you […]

.NET Certificate Pinning: A Practical Guide

In the previous article “Certificate Pinning: Why Your App Needs It“, we discussed why certificate pinning is essential for securing client-server communication. This article will focus on pure technical side of certificate pinning implementation. We will create a simple command line application that fetches source code of my SaaS product web site CertWatch. Why command […]

Certificate Pinning: Why Your App Needs It

Today, we, developers have it easier than anytime before. The AI bubble was supposed to replace us or at the very least, lower our hourly rate. Instead we have gained even more flexibility and speed. Always improving AI agents lured a lot of people to coding. The number of apps released each day went exponential. […]