Blog posts with tag "security"

Converting PFX to PEM files in .NET Core

November 14, 2020

Before reading this post, it’s worth reading the post I did on public private key glossary of terms and public private key by example in…

Public key crytography glossary of terms for .NET Core developers

November 09, 2020

Big disclaimer: I’m by no means an expert in Cryptography. All these definitions are my own, rewritten from Wikipedia, Stackoverflow and…

SSL and Public private key (PEM/X509) cryptography by example in .NET Core

November 05, 2020

Introduction This post illustrates examples of the two uses of public key cryptography in .NET Core: Encrypting and decrypting data. Signing…

Learn OAuth, the hard way

September 28, 2020

Update: No more than 2 days after writing this post, IdentityServer 4 has been announced as duel license again. Looking back to the…