HaemmerElectronics.SeppPenner.WindowsHello 1.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
Details
Advisory: https://github.com/advisories/GHSA-wvpv-ffcv-r6cw Severity: moderate
There is a newer version of this package available.
See the version list below for details.
dotnet add package HaemmerElectronics.SeppPenner.WindowsHello --version 1.0.0
NuGet\Install-Package HaemmerElectronics.SeppPenner.WindowsHello -Version 1.0.0
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="HaemmerElectronics.SeppPenner.WindowsHello" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HaemmerElectronics.SeppPenner.WindowsHello --version 1.0.0
#r "nuget: HaemmerElectronics.SeppPenner.WindowsHello, 1.0.0"
#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 HaemmerElectronics.SeppPenner.WindowsHello as a Cake Addin
#addin nuget:?package=HaemmerElectronics.SeppPenner.WindowsHello&version=1.0.0

// Install HaemmerElectronics.SeppPenner.WindowsHello as a Cake Tool
#tool nuget:?package=HaemmerElectronics.SeppPenner.WindowsHello&version=1.0.0

WindowsHello

WindowsHello is an assembly/ library to work with Microsoft's Windows Hello in aplications. The assembly was written and tested in .Net 4.7.2.

Build status GitHub issues GitHub forks GitHub stars GitHub license Nuget NuGet Downloads

Basic usage:

public void WindowsHelloTest()
{
    var handle = new IntPtr();
    var data = new byte[] { 0x32, 0x32 };
    IAuthProvider provider = new WinHelloProvider("Hello", handle);
    var encryptedData = provider.Encrypt(data);
    var decryptedData = provider.PromptToDecrypt(encryptedData);
}

The project can be found on nuget.

Available on

.NetFramework 4.7.2

This project is mainly taken from https://github.com/sirAndros/KeePassWinHello.

Change history

  • Version 1.0.0.0 (2019-02-09) : 1.0 release.
Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.2 1,012 12/7/2023
1.1.1 484 11/13/2023
1.1.0 1,107 11/20/2022
1.0.12 1,230 2/18/2022
1.0.11 4,937 11/11/2021
1.0.10 1,445 8/9/2021
1.0.8 1,367 2/21/2021
1.0.7 1,248 1/1/2021
1.0.6 1,346 6/5/2020
1.0.5 1,378 5/10/2020
1.0.4 1,466 11/18/2019
1.0.3 1,639 11/8/2019
1.0.2 351,732 6/23/2019
1.0.0.1 1,684 5/5/2019
1.0.0 1,753 2/9/2019

Version 1.0.0.0 (2019-02-09)** : 1.0 release.