From 1fd2094ca5a385bcb4aa695dec7a44f683844ed8 Mon Sep 17 00:00:00 2001 From: Zabamund Date: Sun, 23 Aug 2026 15:07:17 +0200 Subject: [PATCH] Add 1209/6ABB for Gabbro virtual FIDO2 authenticator --- 1209/6ABB/index.md | 19 +++++++++++++++++++ org/gabbro-foss/index.md | 7 +++++++ 2 files changed, 26 insertions(+) create mode 100644 1209/6ABB/index.md create mode 100644 org/gabbro-foss/index.md diff --git a/1209/6ABB/index.md b/1209/6ABB/index.md new file mode 100644 index 00000000..5a55a663 --- /dev/null +++ b/1209/6ABB/index.md @@ -0,0 +1,19 @@ +--- +layout: pid +title: Gabbro virtual FIDO2 authenticator +owner: gabbro-foss +license: GPL-3.0-only +site: https://github.com/gabbro-foss/gabbro +source: https://github.com/gabbro-foss/gabbro +--- +Gabbro is a free and open-source password manager. On Linux it exposes +the passkeys stored in its vault as a virtual FIDO2/CTAP2 security key, +created through the kernel's /dev/uhid interface, so browsers can use +them via the standard USB HID (CTAPHID) path. + +The project is software-only: there is no physical hardware, and every +installation presents the same virtual device. A fixed, registered +VID/PID is needed so that FIDO tooling and udev rules can identify the +authenticator, and so it cannot collide with other projects using the +shared testing PID (1209/0001). Per-user PIDs would not make sense here, +same as for 1209/F1D0 (Pi Zero Security Key). diff --git a/org/gabbro-foss/index.md b/org/gabbro-foss/index.md new file mode 100644 index 00000000..f251b658 --- /dev/null +++ b/org/gabbro-foss/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: gabbro-foss +site: https://github.com/gabbro-foss +--- +Maintainer of Gabbro, a free and open-source (GPL-3.0-only) +quantum-resistant password manager.