Coder Social home page Coder Social logo

Virtual authenticator? about solo1 HOT 5 CLOSED

solokeys avatar solokeys commented on May 28, 2024
Virtual authenticator?

from solo1.

Comments (5)

gaetanww avatar gaetanww commented on May 28, 2024

I did some more digging around, so I'm goin g to answer part of my question:

  • This project is supposed to build a "virtual authenticator" that interact with python-fido2 through udp. However, it is not currently building, see Travis
    I found the last commit that built successfully: Travis and built it without problem.

from solo1.

nickray avatar nickray commented on May 28, 2024

There is some code in pc/ that "simulates" a FIDO2 token, and is helpful for developing code (mainly, the FIDO2-specific logic, without the additional complication of embedded development). To interact with that, we forked Yubico's client library python-fido2, so you can interact with the "pc" implementation over UDP.

What are your expectations of a "virtual authenticator"? I am pretty sure this is not it.

from solo1.

gaetanww avatar gaetanww commented on May 28, 2024

Yes that is what I meant by "virtual authenticator", sorry for the confusing terminology.
It's just that make all didn't work on HEAD, because some functions aren't implemented in pc/device.c, so I was confused as to whether or not it was possible to run solo on linux (over UDP).

(Just to clarify, I used "virtual authenticator" because that is what google called it for their u2f implementation)

Thank you for your answer :)

from solo1.

conorpp avatar conorpp commented on May 28, 2024

I added the missing functionality to pc/device.c and tested it works now (#33). It can be used as a software-only/virtual authenticator. It doesn't check for user presence and stores all state in local files. The counter and resident keys aren't stored, but that is relatively easy to add if needed.

from solo1.

gaetanww avatar gaetanww commented on May 28, 2024

Awesome, thanks!

from solo1.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.