Skip to main content

Overview

Secure notes let you store sensitive information beyond passwords — personal documents, financial data, medical records, and travel information. All notes are encrypted with V3 client-side encryption using the same zero-trust model as your vault.

Categories

CategoryUse case
PersonalPersonal documents, identity info, general notes
WorkWork-related credentials, access codes, procedures
FinancialCredit cards, bank accounts, investment details
PhotosSecure photo albums with captions
MedicalHealth records, prescriptions, doctor info
TravelPassport numbers, visa details, insurance
CustomUser-defined categories

Structured data fields

Notes support structured data beyond free-text content:
Store credit card and bank account details:
  • Card holder name
  • Card number
  • Expiry date
  • Bank name
  • Card type and kind
  • Folder organization

Features

  • Pin notes to the top of your list for quick access
  • Favorite notes for a filtered view
  • Lock individual notes for an extra confirmation step before viewing
  • Tags for flexible organization and search
  • Color coding for visual categorization
  • Sensitivity levels to control display behavior
  • Gallery view for financial cards and identity documents

Encryption

Notes use V3 encryption — the same as passwords:
  • Each note has a unique per-item key (AES-256-GCM)
  • The item key is wrapped with your vault key
  • Blind indexes are computed for title-based search
  • Search tokens enable full-text search without exposing plaintext

API reference

MethodEndpointDescription
GET/api/notesList all notes (encrypted)
POST/api/notesCreate a new note
PATCH/api/notes/{id}Update a note
DELETE/api/notes/{id}Soft-delete a note