← All guides

Encrypted Backup (.avbk format)

3-minute read · v1.2 · Free, Pro, & Collector+

AssetVault is offline-first, so keeping a usable backup matters when a device breaks, is lost, or is replaced. Encrypted Backup wraps supported inventory metadata and local file references in a password-protected file. It does not contain the referenced photo or document binaries. The password is not persisted by AssetVault, and AssetVault has no master key.

How it's encrypted

Each .avbk file is an envelope built from three primitives:

The encrypt-then-MAC envelope means even one byte changed in the file causes restore to fail cleanly. No partial decryption, no silent corruption.

Why we chose this design

Encrypted Backup lets you protect metadata before saving the file to storage you control:

Make a backup

  1. Open Settings → Encrypted Backup (recommended for cloud).
  2. Type a password. Make it long (15+ chars), unique to this backup, and write it down somewhere offline.
  3. Confirm the password. AssetVault generates the .avbk file and hands it to your share sheet.
  4. Pick where to save: Files (local), iCloud Drive, Google Drive, Dropbox, email to yourself, AirDrop to a Mac, etc.
  5. The success toast confirms the item count and encrypted-file size. That verifies a file was created, but you should also keep the password and periodically test a restore before depending on any backup.

Restore from a backup

  1. Install AssetVault on the new device.
  2. Settings → Restore. Pick the .avbk file from your share sheet.
  3. AssetVault detects the encrypted format and prompts for the password.
  4. Type the password. Wrong password? AssetVault refuses to decrypt and re-prompts — the file picker stays cached so you don't pick it again.
  5. Right password? The supported metadata restores. Media is available only if the referenced files still exist at usable paths.

Encrypted vs cleartext backup

Settings has two backup options:

If you're moving to a new phone or storing metadata in the cloud, prefer the .avbk path and use a strong, unique password. Create a separate Full Export ZIP if you also need a portability archive of media.

What's in a backup

A .avbk file contains supported inventory metadata such as items, values, conditions, reminders, loans, maintenance logs, condition-timeline entries, flag-check history, and wishlist entries. It does not contain image binaries — only local file references. Settings → Full Export creates an unencrypted ZIP containing CSV, JSON, and media files the app can read. AssetVault can inspect and restore that ZIP directly, reattach verified archived media, and report unavailable media.

Threat model

Encrypted Backup defends against:

It does not defend against:

Get AssetVault More guides