feat: add qkm and airgap
This commit is contained in:
parent
6bd6f66314
commit
f9c06e9e9a
|
@ -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 🧙
|
||||
|
|
Loading…
Reference in New Issue