freebsd-ports/net/py-pyu2f/pkg-descr
Po-Chuan Hsieh f3ca692f8b
net/py-pyu2f: Add py-pyu2f 0.1.5
pyu2f is a python based U2F host library. It provides functionality for
interacting with a U2F device over USB.

pyu2f uses ctypes to make system calls directly to interface with the USB HID
device. This means that no platform specific shared libraries need to be
compiled for pyu2f to work.

By default pyu2f will use its own U2F stack implementation to sign requests. If
desired, pyu2f can offload signing to a pluggable command line tool. Offloading
is not yet supported for U2F registration.

WWW: https://github.com/google/pyu2f
2021-04-26 04:35:07 +08:00

12 lines
534 B
Text

pyu2f is a python based U2F host library. It provides functionality for
interacting with a U2F device over USB.
pyu2f uses ctypes to make system calls directly to interface with the USB HID
device. This means that no platform specific shared libraries need to be
compiled for pyu2f to work.
By default pyu2f will use its own U2F stack implementation to sign requests. If
desired, pyu2f can offload signing to a pluggable command line tool. Offloading
is not yet supported for U2F registration.
WWW: https://github.com/google/pyu2f