Skip to content

A toy U2F implementation in python to demonstrate how the protocol works.

Notifications You must be signed in to change notification settings

jonathanwd/toy-u2f

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toy U2F

This is a toy U2F example. It is composed of three main parts

  • The Authenticator (i.e. U2F device)
  • The FIDO Client (i.e. the browser)
  • The Relying Party (i.e. the web service)

The three parts should be run in three different windows. I built a simple TUI (ui.py) to simulate interactions between the user and the browser.

python3 authenticator.py
python3 relyingParty.py
python3 ui.py

About

A toy U2F implementation in python to demonstrate how the protocol works.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages