All Projects → mdp → u2fdemo

mdp / u2fdemo

Licence: other
U2F Demo and Debugger

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects
CSS
56736 projects

Projects that are alternatives of or similar to u2fdemo

Authelia
The Single Sign-On Multi-Factor portal for web apps
Stars: ✭ 11,094 (+48134.78%)
Mutual labels:  u2f, yubikey
awesome-yubikey
Curated list of awesome Yubikey resources, open source projects, tools and tutorials.
Stars: ✭ 22 (-4.35%)
Mutual labels:  u2f, yubikey
yubitell
Silently extract a YubiKey serial number
Stars: ✭ 15 (-34.78%)
Mutual labels:  u2f, yubikey
clarion
WebAuthn (U2F) helper for CLI operations (e.g. SSH Log in)
Stars: ✭ 78 (+239.13%)
Mutual labels:  u2f, yubikey
yubico-rs
Yubikey client API library, Challenge-Response & Configuration
Stars: ✭ 39 (+69.57%)
Mutual labels:  yubikey
arduino-yksim
Simulate Yubikey with Arduino Leonardo
Stars: ✭ 61 (+165.22%)
Mutual labels:  yubikey
YubiGuard
Python script to prevent accidental triggering of YubiKeys on Linux.
Stars: ✭ 23 (+0%)
Mutual labels:  yubikey
libu2f-emu
Universal 2nd Factor (U2F) Emulation C Library
Stars: ✭ 35 (+52.17%)
Mutual labels:  u2f
piv-agent
An SSH and GPG agent which you can use with your PIV hardware security device (e.g. a Yubikey).
Stars: ✭ 31 (+34.78%)
Mutual labels:  yubikey
gpg-smartcard-automation
Tooling to make smartcard (e.g. yubikey) initialization easier
Stars: ✭ 23 (+0%)
Mutual labels:  yubikey
aws-profile-gpg
🔐 ☁️ Run aws-cli commands using IAM Access Keys stored in a GPG-encrypted credentials file
Stars: ✭ 35 (+52.17%)
Mutual labels:  yubikey
multiOTPCredentialProvider
multiOTP Credential Provider is a V2 Credential Provider for Windows 7/8/8.1/10/2012(R2)/2016 with options like RDP only and UPN name support
Stars: ✭ 121 (+426.09%)
Mutual labels:  yubikey
keycloak-radius-plugin
Make the radius server as part of keycloak SSO
Stars: ✭ 102 (+343.48%)
Mutual labels:  yubikey
MCAuthenticator
2FA for Minecraft!
Stars: ✭ 37 (+60.87%)
Mutual labels:  yubikey
age-plugin-yubikey
YubiKey plugin for age
Stars: ✭ 137 (+495.65%)
Mutual labels:  yubikey
authenticator-rs
Rust library to interact with Security Keys, used by Firefox
Stars: ✭ 209 (+808.7%)
Mutual labels:  u2f
kagi
WebAuthn security keys and TOTP multi-factor authentication for Django
Stars: ✭ 17 (-26.09%)
Mutual labels:  u2f
CCU2F
An universal usable FIDO U2F authenticator applet for Java Cards
Stars: ✭ 32 (+39.13%)
Mutual labels:  u2f
wp-webauthn
🔒 WP-WebAuthn allows you to safely login to your WordPress site without password.
Stars: ✭ 85 (+269.57%)
Mutual labels:  u2f
U2F Core
U2F library for .NET Core
Stars: ✭ 37 (+60.87%)
Mutual labels:  u2f

Goals

The goal of this project is to reveal what's happening on the browser side with your U2F token. Instead of a how-to guide based on a library, you get to see details about the registration and signing process along with what information gets encoded into the response. Hopefully this will be useful for anyone out there toying with the idea of supporting U2F on their site.

If you want to learn more about how U2F works, I've written a developers guide which can be found here

To get started, grab your U2F key and 'Register'

Prerequisites

Resources

Notes

  • Uses the U2F-api-polyfill from Google. This library, released by Google, is the easiest way to interact with the built-in U2F chrome extension. The U2F example code provided assumes that you've loaded this polyfill.
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].