Privacy Tools Guide

Most note-taking apps (Evernote, OneNote, Notion) sync your notes to cloud servers where they can be accessed by the company, law enforcement, or attackers. Privacy-focused note apps use end-to-end encryption (E2E) to ensure only you can read your notes. This guide compares the leading privacy note apps with encryption details, pricing, sync mechanisms, and export options.

Understanding End-to-End Encryption for Notes

Before comparing apps, understand the encryption model that protects your notes:

How E2E Encryption Works:

  1. You write a note
  2. App encrypts note locally using your encryption key (derived from your password)
  3. Encrypted note sent to server
  4. Server stores encrypted blob (cannot read it, even if breached)
  5. When you access notes on another device, encrypted blob downloaded
  6. App decrypts using your key (stored only on your device, not sent to server)

Encryption Key Management:

Verification Questions:

Does the app use E2E encryption?

Standard Notes: Best for Simplicity and Security

Standard Notes is a minimalist note app focused entirely on privacy. It uses industry-standard E2E encryption and has a thorough security model.

Encryption Details:

Pricing:

Best For: Privacy-conscious users wanting simplicity and audited security.

Features:

Setup Process:

  1. Download app from standardnotes.com
  2. Create account (email + strong password)
  3. Password never sent to server (only derived key sent)
  4. Start taking notes
  5. Notes auto-sync encrypted to server

Syncing Multiple Devices:

Device 1 (Laptop):
- Write note: "API key for production: xxx"
- Note encrypted locally with your key
- Encrypted blob sent to server
- Server stores encrypted blob (cannot read it)

Device 2 (Phone):
- You log in with same email/password
- Key re-derived from password
- Encrypted blob downloaded from server
- Decrypted locally (server never sees plaintext)
- Note appears on phone, readable only to you

Export Options:

Limitations:

Security Model Summary:

Component Standard Notes Security
Encryption Algorithm AES-256-GCM
Key Derivation Argon2id (intentionally slow)
Server Access Zero-knowledge (server cannot decrypt)
Password Storage Never transmitted
Audit Status Passed Cure53 security audit
Open Source 90% (core open, extensions proprietary)
Master Password Recovery Not possible (by design)

Joplin: Best for Privacy + Features

Joplin is open-source and focused on privacy. It offers more features than Standard Notes while maintaining E2E encryption.

Encryption Details:

Pricing:

Best For: Budget-conscious users, advanced note takers, teams wanting open-source.

Features:

Setup Process:

  1. Download Joplin from joplinapp.org
  2. Create account (email + master password)
  3. Choose sync method (Dropbox, NextCloud, etc.)
  4. Configure encryption (all content encrypted before sync)
  5. Start taking notes

Sync Configuration Example:

Option 1: Dropbox Sync
- Notes stored in encrypted form in Dropbox
- Dropbox cannot read notes (only see encrypted blobs)
- Sync across devices: Login to same Dropbox account
- Pros: Free, reliable, large storage
- Cons: Trusting Dropbox security

Option 2: NextCloud Sync (Self-Hosted)
- Notes stored in your own NextCloud server
- You control all infrastructure
- Completely private sync
- Pros: Maximum control, private
- Cons: Requires managing server

Option 3: Joplin Cloud
- Official cloud service
- Encrypted sync to Joplin's servers
- Joplin cannot read encrypted notes
- Pros: Simple, official, reliable
- Cons: Not free ($49/year)

Web Clipper Setup:

# Install web clipper extension in browser
# Configure clipper to use local Joplin app

# When you click "Clipper" on web page:
1. Web content captured
2. Sent to local Joplin app (not to server)
3. Encrypted locally
4. Synced encrypted to your sync service

Result: Web content saved securely without anyone seeing it

Export Options:

Joplin Strengths:

Joplin Weaknesses:

Notesnook: Best for Modern UX + Security

Notesnook is a newer entrant with excellent user experience and strong privacy practices.

Encryption Details:

Pricing:

Best For: Users wanting modern design with strong privacy, family sharing.

Features:

Setup Process:

  1. Create account at notesnook.com
  2. Strong password entered (key derived locally)
  3. Download app or use web version
  4. Start taking notes (auto-encrypted and synced)
  5. Add to multiple devices (sync is automatic)

Family Sharing Setup:

Notesnook Family Plan ($149.99/year for 6 users):

Owner creates family account
├── User 1: Personal notebooks (fully encrypted)
├── User 2: Personal notebooks (fully encrypted)
├── User 3: Personal notebooks (fully encrypted)
├── User 4: Personal notebooks (fully encrypted)
├── User 5: Personal notebooks (fully encrypted)
└── User 6: Personal notebooks (fully encrypted)

Shared Notebook Feature:
- Create encrypted notebook
- Share with specific family members
- Only they can decrypt and edit
- All data stays E2E encrypted

Example: Family Budget Sheet
- Created by Mom (encrypted with her key + sharing key)
- Shared with Dad and Teenagers
- Each user can decrypt using sharing key
- Only they can read the budget information

Recovery Code System:

During account setup, Notesnook generates recovery codes:
- Generate 12-word recovery phrase
- Store offline in secure location
- If you forget password:
  1. Email recovery code to Notesnook
  2. Decrypt account using recovery phrase
  3. Reset password
  4. Access all notes

Important: Recovery phrase is the only backup. Store physically!

Export Options:

Notesnook Strengths:

Notesnook Weaknesses:

Obsidian with E2E Sync: Best for Power Users

Obsidian is a powerful note-taking app for knowledge management. The core app is local-first, but Obsidian Sync adds E2E encrypted cloud sync.

Encryption Details:

Pricing:

Best For: Knowledge workers, writers, power users with complex note systems.

Features:

Setup Process (Local Only):

  1. Download Obsidian from obsidian.md
  2. Create vault (local folder on your device)
  3. Start taking notes (stored plaintext on device)
  4. All processing happens locally (no cloud involvement)

Setup Process (With E2E Sync):

  1. Create Obsidian account
  2. Enable Obsidian Sync ($10.99/month)
  3. Enter password for encryption key derivation
  4. Notes encrypted locally before syncing to Obsidian servers
  5. On other devices, sync downloads encrypted notes and decrypts locally

Power User Example - Knowledge Graph:

Obsidian Vault Structure:
│
├── Projects
│   ├── Project A (link to Team Members)
│   ├── Project B (link to Budget)
│   └── Project C
│
├── People
│   ├── John (mentioned in Project A)
│   ├── Jane (mentioned in Project B)
│   └── Bob (mentioned in Projects A & C)
│
├── Ideas
│   ├── Machine Learning (link to Projects)
│   ├── Design Systems (link to Projects)
│   └── API Design (link to Projects)

Graph View shows connections:
- John → Project A → Machine Learning
- Jane → Project B → Design Systems
- API Design connects to 3 projects

This creates a knowledge graph that's impossible in linear note apps.

Export Options:

Obsidian Strengths:

Obsidian Weaknesses:

Cryptee: Best for Rich Media Privacy

Cryptee is specifically designed for storing photos, documents, and files with privacy. More focused on multimedia than text notes.

Encryption Details:

Pricing:

Best For: Storing sensitive documents, photos, and files securely.

Features:

Setup Process:

  1. Sign up at cryptee.org
  2. Create strong password (never stored server-side)
  3. Upload documents, photos, notes
  4. All encrypted before upload
  5. Accessible on web, iOS, Android

Real-World Use Case:

Scenario: Storing sensitive medical records

Traditional approach:
- Store PDF on Google Drive/Dropbox
- Company can read it if hacked or subpoenaed
- HIPAA compliance required but not enforced

Cryptee approach:
- PDF encrypted locally
- Server receives encrypted blob only
- Even if Cryptee wanted to read it, cannot (no encryption key server-side)
- Company has no access to plaintext documents
- Compliant with HIPAA (no data visibility)

OCR Benefit:
- PDF encrypted before upload
- Cryptee can search text (using encrypted indexes)
- Search done on encrypted data (no plaintext exposure)
- Can find "medical condition X" without Cryptee knowing condition X

Shared Folder Encryption:

How to share documents with doctor securely:

1. Create "Medical Records" folder in Cryptee
2. Generate secure share link
3. Doctor accesses via link
4. Doctor enters password you provided
5. Folder decrypts only in doctor's browser
6. Cryptee cannot see shared documents (no visibility)
7. Revoke access any time by changing password

Result: Zero-knowledge file sharing (Cryptee never sees plaintext)

Comparison Table

Feature Standard Notes Joplin Notesnook Obsidian Sync Cryptee
Free Tier Limited (100 items) Unlimited Limited (5 notes) Unlimited 1GB
Encryption AES-256 E2E AES-256 E2E AES-256 E2E AES-256 (sync only) AES-256 E2E
Yearly Cost $120 $49 (optional) $99.99 $131.88 (sync) $99.99
Family Sharing No No Yes (6 users) No Yes (500GB)
Open Source Partially Yes No No No
Best For Simplicity Features Modern UX Knowledge graphs Media storage
Setup Time <5 min 10-15 min <5 min <5 min <5 min
Sync Options Cloud only Multiple Cloud only Cloud + local Cloud only
Rich Media Files only Files only Limited Native support Excellent
Web Access Yes No Yes No Yes
Audit Status Passed (Cure53) N/A Passed (X-Force) Not audited Not audited

Export and Portability

All privacy-focused apps allow exporting your notes (essential for preventing lock-in):

Standard Notes:

Joplin:

Notesnook:

Obsidian:

Cryptee:

Decision Matrix

I want absolute simplicity and audited security: → Standard Notes ($120/year)

I want maximum features at minimum cost: → Joplin (Free with optional Sync $49/yr)

I want modern design with family sharing: → Notesnook ($99.99/year solo, $149.99/year family)

I have complex knowledge networks: → Obsidian Free (local) + Sync ($10.99/month) for cloud backup

I’m storing sensitive documents and media: → Cryptee ($99.99/year) for document focus, Notesnook for general privacy

Implementation Guide

Week 1: Choose your app based on comparison above

Week 2: Migrate existing notes

Week 3: Set up on all devices

Week 4: Practice with new workflows

Built by theluckystrike — More at zovo.one