u2flib 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package u2flib --version 1.0.4
NuGet\Install-Package u2flib -Version 1.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="u2flib" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add u2flib --version 1.0.4
#r "nuget: u2flib, 1.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install u2flib as a Cake Addin
#addin nuget:?package=u2flib&version=1.0.4

// Install u2flib as a Cake Tool
#tool nuget:?package=u2flib&version=1.0.4

This repository provides functionality for working with the server side aspects of the U2F protocol on Windows.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on u2flib:

Package Downloads
u2fhost.net

A library for communicating with U2F devices over USB.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.6 66,877 6/26/2017
1.0.5 10,385 11/13/2016
1.0.4 1,310 1/3/2016
1.0.2 1,099 12/24/2015
1.0.1 5,552 4/3/2015

-Adding back license url for nuget package.

-Updated copyright and version number for dll.

-Updated the random challenge generator to use the SHA256 digest instead of sha1 since security industry seems to be moving away from SHA1.

Details: When the SecureRandom is created the default is SHA1 in the 1.7 version of bouncy castle library. The upcoming update to the bouncy castle library (1.8) will use the SHA256 digest by default instead of SHA1.