Coder Social home page Coder Social logo

solo1-cli-fix's Introduction

solo1-cli fixes

Description

Handful of fixes for solo1-cli to operate with fido2 >=1.0. Given the client is written in Python, you can apply the patches to the source code and rebuild the client. Alternatively, you might want to patch the installed package in place (search for the package files like solo_v1.py).

The main goal of this repo is to help users of Solo1 get the client functionality back. Apparently, some work needs to be done to elegantly refactor the original package. It works, though. So does my Solo1 security key.

Use at your own risk.

Enjoy! ๐Ÿ‘

# Fix CTAP2 > Ctap2 cases and alike (to interact with Solokeys Solo1)
patch -Np1 -i 001_ctap2_uncapitalized_class.patch

# Fix ClientPin class method calls correctly (to fix PIN-related commands
# e.g. `solo key credential ls`)
patch -Np1 -i 002_client_pin_call.patch

# Fix `solo key make-credential` command, comment out unavailable commands
# (e.g. `sign-file`, `probe`, `keyboard` are only available for Solo Hacker)
patch -Np1 -i 003_fido2_user_interaction.patch

References

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.