Blog posts with tag "ssl"

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…