All Projects → brucedog → U2F_Core

brucedog / U2F_Core

Licence: MIT license
U2F library for .NET Core

Programming Languages

C#
18002 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to U2F Core

CCU2F
An universal usable FIDO U2F authenticator applet for Java Cards
Stars: ✭ 32 (-13.51%)
Mutual labels:  u2f, fido
FIDO-Server
Open-source FIDO server, featuring the FIDO2 standard.
Stars: ✭ 17 (-54.05%)
Mutual labels:  fido
Docotic.Pdf.Samples
C# and VB.NET samples for Docotic.Pdf library
Stars: ✭ 52 (+40.54%)
Mutual labels:  net-core
yubitell
Silently extract a YubiKey serial number
Stars: ✭ 15 (-59.46%)
Mutual labels:  u2f
rx-otp
HMAC-based (HOTP) and Time-based (TOTP) One-Time Password manager. Works with Google Authenticator for Two-Factor Authentication.
Stars: ✭ 79 (+113.51%)
Mutual labels:  u2f
webauthn.me
webauthn.me, learn more about the Web Authentication API or try the debugger.
Stars: ✭ 30 (-18.92%)
Mutual labels:  fido
aries-framework-dotnet
Aries Framework .NET for building multiplatform SSI services
Stars: ✭ 68 (+83.78%)
Mutual labels:  net-core
authenticator-rs
Rust library to interact with Security Keys, used by Firefox
Stars: ✭ 209 (+464.86%)
Mutual labels:  u2f
SpiceSharp
Spice# is a cross-platform electronic circuit simulator based on Berkeley Spice - the mother of commercial industry-standard circuit simulators.
Stars: ✭ 146 (+294.59%)
Mutual labels:  net-core
wp-webauthn
🔒 WP-WebAuthn allows you to safely login to your WordPress site without password.
Stars: ✭ 85 (+129.73%)
Mutual labels:  u2f
u2f ex
A server-side U2F (Universal Second Factor) library in Elixir
Stars: ✭ 25 (-32.43%)
Mutual labels:  u2f
libu2f-emu
Universal 2nd Factor (U2F) Emulation C Library
Stars: ✭ 35 (-5.41%)
Mutual labels:  u2f
iron-beard
Simple, zero-configuration static site generator written in .NET Core.
Stars: ✭ 26 (-29.73%)
Mutual labels:  net-core
u2f-luks
No description or website provided.
Stars: ✭ 29 (-21.62%)
Mutual labels:  u2f
serverless-orleans
A demonstration of local development and debugging + serverless Azure deployment of a Dockerized Orleans application.
Stars: ✭ 21 (-43.24%)
Mutual labels:  net-core
csharp
Run c# code from the command line, like python or javascript
Stars: ✭ 22 (-40.54%)
Mutual labels:  net-core
BackupAssistant
Backup Assistant helps you to backup your files (like database backups or log files) to FTP Server. It works on any platform. ( Windows, Linux and Mac.)
Stars: ✭ 32 (-13.51%)
Mutual labels:  net-core
LoggingAdvanced
Improved and patched .NET Core console logger.
Stars: ✭ 20 (-45.95%)
Mutual labels:  net-core
NeoClient
🦉 Lightweight OGM for Neo4j which support transactions and BOLT protocol.
Stars: ✭ 21 (-43.24%)
Mutual labels:  net-core
Extensions
My .NET extensions
Stars: ✭ 29 (-21.62%)
Mutual labels:  net-core

Quality Gate Status .NET Core NuGet

.NET Universal 2nd Factor (U2F)

U2F is being depratcated in favor of FIDO2. A dotnet version can be found here https://github.com/passwordless-lib/fido2-net-lib This repository provides functionality for working with the server side aspects of the U2F protocol on .NET core framework.

Working Demo Site

https://bfoster.me/U2FDemo/DemoHome

NuGet page

https://www.nuget.org/packages/U2F.Core

Original source JAVA library is located below

https://github.com/Yubico/java-u2flib-server

Useful links

License

MIT License

Copyright (c) 2021 Bryce Foster

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].