u2flib 1.0.4
See the version list below for details.
dotnet add package u2flib --version 1.0.4
NuGet\Install-Package u2flib -Version 1.0.4
<PackageReference Include="u2flib" Version="1.0.4" />
paket add u2flib --version 1.0.4
#r "nuget: u2flib, 1.0.4"
// 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 | Versions 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. |
-
- BouncyCastle (>= 1.7.0)
- Newtonsoft.Json (>= 6.0.6)
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.
-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.