FeaturesEntry types

RecoveryPhrase — Recovery phrases

BIP39 or similar mnemonic storage.

Recovery Phrase type (RecoveryPhrase, discriminant 16) — Note category. BIP39 or similar mnemonic storage.

Classification

← Types index · Category: Note · Discriminant: 16

Field schema (EntryData)

FieldRust typeOptionalProtectedUI label
mnemonicStringnoyesMnemonic phrase
seed_phraseOption<String>yesyesSeed phrase (optional)
recovery_phraseOption<String>yesyesRecovery phrase (optional)
backup_phraseOption<String>yesyesBackup phrase (optional)
notesOption<String>yesnoNotes

Secrets

Protected fields (masked in UI, EntryType::is_protected_field): mnemonic, seed_phrase, recovery_phrase, backup_phrase.

Attachments

Attachments

Like all entry types, a RecoveryPhrase entry may have encrypted attachments via Entry.attachments (EntryAttachments: files, folders). Add them by drag-and-drop in the entry editor; binary content is encrypted with the vault.

In the app

Create a Recovery Phrase entry: vault → + → type RecoveryPhrase → fill fields → add attachments (optional, all types) → Save. Validation: only title is required (validation_service.rs).