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
| Category | Use case |
|---|---|
| Personal | Personal documents, identity info, general notes |
| Work | Work-related credentials, access codes, procedures |
| Financial | Credit cards, bank accounts, investment details |
| Photos | Secure photo albums with captions |
| Medical | Health records, prescriptions, doctor info |
| Travel | Passport numbers, visa details, insurance |
| Custom | User-defined categories |
Structured data fields
Notes support structured data beyond free-text content:- Financial
- Identity
- Medical
- Travel
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
| Method | Endpoint | Description |
|---|---|---|
GET | /api/notes | List all notes (encrypted) |
POST | /api/notes | Create a new note |
PATCH | /api/notes/{id} | Update a note |
DELETE | /api/notes/{id} | Soft-delete a note |