From f9c06e9e9a2bc01762781ffc62f4db7fb4f08f40 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Wed, 2 Oct 2024 18:27:56 -0400 Subject: [PATCH] feat: add qkm and airgap --- openpgp-workshop/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openpgp-workshop/index.md b/openpgp-workshop/index.md index 8e661d7..0a87a53 100644 --- a/openpgp-workshop/index.md +++ b/openpgp-workshop/index.md @@ -150,6 +150,7 @@ What are some useful ways we can use OpenPGP: * Key is to derive keys in a secure environment: * Airgapped system (preferred) + * [AirgapOS](https://git.distrust.co/public/airgap): A full-source-bootstrapped, deterministic, minimal, immutable, and offline, workstation linux distribution designed for creating and managing secrets offline. * Virtual machine on a hypervisor via hardware virtualization (ok for some threat models) * [Hashbang GPG Guide](https://book.hashbang.sh/docs/security/key-management/gnupg/): helpful guide for GPG - good resource for beginners who want to do the advanced setup @@ -158,6 +159,8 @@ What are some useful ways we can use OpenPGP: * Can use a variety of smart cards: NitroKey3, SoloKey, Yubikey * NitroKey and SoloKey are fully open which is great for verifiability - may requires flashing firmware +* [Quorum Key Management](https://docs.distrust.co/qkm/) + --- ## Backup Trick 🧙