logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Solo Key Control - Interact with Solo Keys | Online Free DevTools by Hexmos

Control Solo hardware security keys with Solo. Update firmware, generate random bytes, and monitor serial output. Free online tool, no registration required.

solo

Interact with Solo hardware security keys. More information: https://github.com/solokeys/solo-python.

  • List connected Solos:

solo ls

  • Update the currently connected Solo’s firmware to the latest version:

solo key update

  • Blink the LED of a specific Solo:

solo key wink --serial {{serial_number}}

  • Generate random bytes using the currently connected Solo’s secure random number generator:

solo key rng raw

  • Monitor the serial output of a Solo:

solo monitor {{path/to/serial_port}}

See Also