Guardian passphrases
Terms used in this lesson
- Guardian
- A Ducat policy-checking signer that can authorize or reject defined protocol transactions.
- BIP39
- A standard that converts entropy into mnemonic words and derives a seed using an optional passphrase.
- DKG
- Distributed key generation: participants create shares of a group key without one party learning the complete secret.
- FROST
- Flexible Round-Optimized Schnorr Threshold signing: a protocol in which a required subset produces one group signature.
Wallet passphrases protect encrypted local wallet files; production Guardian key packages have separate enclave and operator custody controls.
Loading lesson visuals...
Learn the idea
The captured Guardian wallet passphrase protects an encrypted local wallet file. It is read from a protected file or hidden prompt and held in zeroizing memory, a buffer designed to clear its contents when released. A BIP39 passphrase is a separate optional user secret combined with seed words to derive a wallet. Neither passphrase is a FROST key share or an enclave sealing key.
Acquire without echo
The command reads the passphrase from a protected source or hidden prompt instead of a command-line argument that can leak.
Inspect every idea above to open it.
It protects a local encrypted wallet file. Threshold shares and enclave-sealed key packages are different secrets with different custody paths.
The questions unlock after every required learning activity
Inspect every guided idea, open the worked example, rebuild its mechanism, and complete the deterministic lesson tool. Your progress is saved automatically.