.NET's Cryptographic One-Shots
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 Thoughts30 Dec 202151 human-writing confidence
vcsjones.devadded August 2026
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 Thoughts30 Dec 202151 human-writing confidence
.NET Core 3.0 introduced over a dozen new APIs for importing and exporting RSA keys in different formats.
Random Thoughts7 Oct 201951 human-writing confidence
One of the nice things about .NET Core being open source is following along with some of the issues that people report.
Random Thoughts18 Jul 201951 human-writing confidence
.NET Core 3.0 is tentatively set to include a new API for securely generating a random integer bound to a specific range.
Random Thoughts23 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 Thoughts4 Oct 201851 human-writing confidence
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...
Random Thoughts31 Aug 201851 human-writing confidence