I'm Chris Small, a software engineer working in London. This is my tech blog. Find out more about me via Github, Stackoverflow, Resume
Popular posts
Converting PFX to PEM files in .NET Core
November 14, 2020How to convert your the PFX files you generated on Windows into PEM files, and then use these in .NET core. This includes PFX files that are password protected.
Public key crytography glossary of terms for .NET Core developers
November 09, 2020A small glossary of terms for public key crytography including PFX, PCKS, cert and pem files.
SSL and Public private key (PEM/X509) cryptography by example in .NET Core
November 05, 2020Examples in C# of how to load PEM,CER files in .NET Core to encrypt, decrypt, sign and verify your data
How to fix yarn global add command not found on Windows
November 04, 2020Fixing the yarn global add command not working on Windows properly, where a command not found error occurs after trying to run the command you've added globally.
Learn OAuth, the hard way
September 28, 2020The mess of OAuth 2.0 is being compacted and simplified in OAuth 2.1, a new Aaron Parecki video explains the mess really well, also helping resolve a year old Roadkill Wiki struggle.