Converting PFX to PEM files in .NET Core
November 14, 2020Before 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, 2020Big 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, 2020Introduction This post illustrates examples of the two uses of public key cryptography in .NET Core: Encrypting and decrypting data. Signing…