Luke.RNGesus 1.2.0
Easy-to-use API wrapping .NET's (cryptographically secure) RNGCryptoServiceProvider.
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Luke.RNGesus</id>
<version>1.2.0</version>
<title>RNGesus</title>
<authors>Luke Pothier</authors>
<owners>Luke Pothier</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/lukepothier/rngesus/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/lukepothier/rngesus</projectUrl>
<description>Easy-to-use API wrapping .NET's (cryptographically secure) RNGCryptoServiceProvider.</description>
<summary>Generate random strings, numbers, booleans or byte arrays without worrying about duplicates or insecure results.</summary>
<language>en-za</language>
<tags>RNG Cryptography Random</tags>
<dependencies />
<releaseNotes>* Performance optimisations
* Added support for .NET 4.0+</releaseNotes>
</metadata>
</package>