---
title: "Password-Protected Journal App — What It Means"
description: "What \"password protected\" actually means in journal apps — and why The Sealed Journal encrypts everything with your passphrase instead of hiding it behind a login screen."
canonical: "https://sealedjournal.com/j/password-protected-journal-app"
updatedAt: "2026-08-11"
category: "Answers"
---

# A journal that locks because it's encrypted, not because it asks nicely.

_A curtain, or a key._

Most apps that advertise a "password protected journal" mean something weaker than you'd hope. The password is a curtain: the app checks it before showing your entries, but the entries themselves sit readable underneath — on your phone, on a server, in a backup. Anyone who gets past the curtain, or around it, gets everything.

The Sealed Journal takes the other route. Your passphrase isn't checked against your writing — it is the key that your writing is mathematically scrambled with. Every entry is encrypted on your own device before it is stored, using the same class of cryptography that protects banking sessions. There is no server copy, no account, and no recovery email, because there is nothing on our side to recover. Without the passphrase, the stored data is noise — to a thief, to us, to anyone.

That design has a cost, and we state it plainly: if you lose your passphrase, your journal is gone. We consider that the honest version of privacy. A lock that the manufacturer can open for you is a lock the manufacturer can open.

## Questions

### Is a password-protected journal the same as an encrypted one?

No. Password protection often just gates the interface while the text stays readable in storage. Encryption transforms the text itself so it cannot be read without the key. The Sealed Journal does the second.

### What if I forget my passphrase?

Then the journal cannot be opened — by you or by us. There is no reset, because a reset mechanism would be a back door. Choose a passphrase you can live with for years, and consider writing it down somewhere physical and safe.

### Do I need an account?

No. There is nothing to sign up for. The journal is a single file that runs in your browser and stores encrypted entries on your own machine.

## Price

The Sealed Journal is a one-time purchase of $24 (introductory price, rising to $29). No subscription, no account, lifetime updates, 30-day refund. Buy at https://sealedjournal.com/#pricing

## Elsewhere

- Hub: Answers — https://sealedjournal.com/journals/answers
- All journals — https://sealedjournal.com/journals
- HTML version of this page — https://sealedjournal.com/j/password-protected-journal-app
