A little helper for RSA Asymmetric Crypto
$ dotnet add package BlitzkriegSoftware.AsymmetricCryptoHelperA .NET Replacement for System.Random Class that is more secure as it uses RNGCryptoServiceProvider
This should provide sufficient randomness for most use cases.
The SecureRandom class has the same signatures and should have the same funtionality as the class it is made to replace.
Copyright (c) 2018-2023 Licensed under the MIT license.
Stuart Williams