mirror of
https://github.com/librekeys/pypicokey-mirror.git
synced 2026-04-14 08:43:22 -07:00
main
- Add KnownVendor class with predefined VID:PID combinations - Add PhyTag enum for physical data tags - Export PhyTag and KnownVendor in __init__.py - Enhance configure.py with interactive commissioning helper - Add set_vidpid, set_led, set_phy_option methods to PicoKey - Add .gitignore to exclude cache files
pypicokey
PicoKey tools for Python
Forked From https://github.com/polhenarejos/pypicokey, If fork is unproper please tell me and i'd delete it.
Introduction
PicoKey firmware allows to convert a Raspberry Pico into a Hardware Security Module (HSM), FIDO2 device or OpenPGP card, to store private and secret keys, perform signing and ciphering operations, without exposing the key.
Install
pip install pypicokey
Usage
pypicokey can be used as a Python module (PicoKey.py).
Languages
Python
100%