Back to all articles

Passphrase, dice and multisig: understanding different protection layers

Passphrases, dice rolls and multisig are often presented as three ways to “strengthen a seed”. In reality, they address different problems and should not be confused.

A good architecture does not simply accumulate options. It identifies which risk each layer is meant to reduce.

Dice strengthen generation

Dice rolls can provide an independent entropy source when a seed is created, provided they are fair, private and entered directly into the intended offline environment.

This layer acts at generation time. It helps avoid relying exclusively on an internal random number generator.

The sequence should never be photographed, stored in the cloud or entered on a connected device.

A passphrase adds another secret

A BIP-39 passphrase turns the same word sequence into a different wallet. It therefore adds an independent barrier to the base seed.

Its strength depends on length, unpredictability, uniqueness and the way it is backed up. A forgotten passphrase makes the wallet inaccessible; a weak passphrase may be guessed.

It does not repair a poorly generated seed and should not be confused with the device PIN.

Multisig distributes authority

Multisig requires several signatures to move funds. It reduces dependency on one key or one person.

Its effectiveness depends on the quorum and the independence of signers. A 2-of-3 setup with three keys affected by the same defect may remain vulnerable. A diversified, documented and tested multisig creates stronger separation.

Three different risks

Dice address randomness quality. A passphrase adds a secret. Multisig distributes the ability to act.

These layers can complement each other, but they also create additional responsibilities: backups, descriptors, derivation paths, procedures and human relays.

Do not confuse security with complexity

Adding a layer nobody understands can increase loss risk. A robust architecture must remain usable during normal operation and emergencies.

Custody Architecture helps select the layers that are truly useful for the assets, people involved and continuity scenarios.

The role of GLOV SSS

GLOV SSS addresses another topic: distributing the backup of a healthy seed. It does not replace a passphrase, multisig or a sound entropy source.

To build a proportionate model, request a GLOV Secure audit or contact GLOV.

Related articles

Back to all articles