FeaturesEntry types

Password — Passwords

Website or app password with optional TOTP.

Password type (Password, discriminant 0) — Passwords category. Website or app password with optional TOTP.

Classification

← Types index · Category: Passwords · Discriminant: 0

Field schema (EntryData)

FieldRust typeOptionalProtectedUI label
usernameOption<String>yesnoUsername
passwordStringnoyesPassword
urlOption<String>yesnoURL
notesOption<String>yesnoNotes
totp_secretOption<String>yesyesTwo-factor authentication (TOTP)
totp_algorithmOption<String>yesnoHash algorithm
totp_digitsOption<u8>yesnoNumber of digits
totp_periodOption<u64>yesnoPeriod (seconds)

Secrets

Protected fields (masked in UI, EntryType::is_protected_field): password, totp_secret.

Attachments

Attachments

Like all entry types, a Password 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 Password entry: vault → + → type Password → fill fields → add attachments (optional, all types) → Save. Validation: only title is required (validation_service.rs).