Chr0n0s ae4dbf5255 feat: Add KnownVendor, PhyTag exports and enhance PicoKey configuration
- 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
2026-01-08 21:45:16 +08:00
2025-11-12 17:44:41 +01:00
2025-11-11 19:19:55 +01:00
2025-11-10 23:49:47 +01:00
2025-11-28 00:30:29 +01:00
2025-12-14 15:36:59 +08:00
2025-11-23 11:35:20 +01:00

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).

Description
No description provided
Readme AGPL-3.0 138 KiB
Languages
Python 100%