2 min read

How Zeroed Encrypts Your Data Without a Server

TechnicalPrivacyOffline-First

The Problem with Cloud-Based Budgeting Apps

Most budgeting apps store your financial data on their servers. This means:

  1. They can see your transactions, balances, and spending habits
  2. A server breach exposes your financial life
  3. If the company shuts down, your data may be lost
  4. They can — and often do — monetize aggregate financial data

We built Zeroed to make all of these impossible.

Local-First Architecture

Zeroed stores your entire financial database locally on your device in an encrypted SQLite database. The encryption key is derived from your device and never transmitted anywhere.

This means:

Cross-Device Sync via Google Drive

The obvious question: if there’s no server, how do you sync between your phone and laptop?

The answer: your own Google Drive.

When you enable sync, Zeroed creates a folder called ZeroedData in your personal Google Drive using the drive.file scope. This scope means Zeroed can only access files it created — it cannot see your photos, documents, or anything else.

Your encrypted database is uploaded to this folder. Any other device running Zeroed and signed into the same Google account will detect the folder, download the encrypted database, and decrypt it locally.

The Universal Cloud Key

Your Zeroed license also lives in Google Drive as a secure verification file. When you earn your Founder’s License (or purchase one), the key is placed in your ZeroedData folder. Any device that connects to that Drive sees the key and unlocks Premium features automatically.

No license servers. No activation limits. No “you’ve used too many devices” errors.

AES-256 Encryption

All data synced through Google Drive is encrypted with AES-256 — the same standard used by governments and financial institutions. The encryption happens on your device before the data leaves for Google Drive, and decryption happens on your device after download.

At no point does unencrypted financial data exist outside of your device’s memory.

What This Means for You

Try Zeroed free for 34 days