.NET's Cryptographic One-Shots
Random Thoughts30 Dec 2021
Over the past few releases in .NET, formerly .NET Core, there has been progress on making cryptographic primitives like AES, SHA, etc. better for developers to use.
vcsjones.devadded August 2026
Random Thoughts30 Dec 2021
Over the past few releases in .NET, formerly .NET Core, there has been progress on making cryptographic primitives like AES, SHA, etc. better for developers to use.
Random Thoughts7 Oct 2019
.NET Core 3.0 introduced over a dozen new APIs for importing and exporting RSA keys in different formats.
Random Thoughts18 Jul 2019
One of the nice things about .NET Core being open source is following along with some of the issues that people report.
Random Thoughts4 Oct 2018
.NET Core introduced FixedTimeEquals which I have personally found to be very helpful. It’s a small method, but given the kind of code I tend to write, I was writing it a lot from project to...
Random Thoughts31 Aug 2018
Over the past few years I’ve started to sour on x86 architecture for just about everything. From servers, desktop, and mobile, I’ve long wished we had architectures competing with x86 at the high...