Can't use pico-fido-tool.py backup function PIN_AUTH_INVALID #22
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When I use the backup function of pico-fido-tool.py, I get fido2.ctap.CtapError: CTAP error: 0x33 - PIN_AUTH_INVALID error.
Execution environment:
Git Branch: development
System Version: Ubuntu 22.04.3 LTS
Architecture: amd64
Python Version:3.11.6
Python package:
fido2:1.1.2
keyring:24.2.0
cryptography:41.0.5
Fixed in
421bea64.pico-fido-tool.pyhas been upgraded to v1.5, which adds support for-p/--pin.To backup:
python3 pico-fido-tool.py --pin 123456 secure enable.python3 pico-fido-tool.py --pin 123456 secure unlock.python3 pico-fido-tool.py --pin 123456 backup save file.backup.Note that if you enable
secure, the device is tied to your computer and it cannot be used in anywhere else. Also, you mustsecure unlockon every plug in. To disable,secure disable.