Back to Guides

Security

Why EstateHelm Works Even If EstateHelm Disappears (Updated 2026)

If you're trusting a service with your digital legacy, you need to know what happens if that service shuts down. Here's how we've designed EstateHelm to ensure your data is always accessible—with or without us.

The Valid Concern

Digital legacy planning is meant to span decades. You're not just planning for next year—you're planning for 20, 30, or 50 years from now. Any honest assessment must acknowledge that most companies don't last that long.

Common concerns

  • “What if EstateHelm goes out of business?”
  • “What if you get acquired and shut down?”
  • “What if the service isn't maintained?”
  • “What if I can't pay and lose access?”

These are legitimate questions. We've designed our architecture specifically to address them. Your data should survive longer than any particular company or service.

Our Architecture: No Vendor Lock-in

We've made several deliberate architectural decisions to ensure you're never locked in:

Standard Encryption

We use AES-256-GCM, the same encryption standard used by governments and banks worldwide. This isn't proprietary—any security professional can write code to decrypt it.

Your data is encrypted with industry-standard algorithms that will be supported for decades.

Open Data Format

Your vault data is stored as standard JSON. No proprietary binary formats. Anyone with the encryption key can read the data structure.

If EstateHelm disappeared tomorrow, a competent developer could write a viewer in a day.

You Hold the Keys

Your encryption keys are derived from your password. We never have access to your unencrypted data or your keys.

This is true end-to-end encryption—not “encrypted at rest” with keys we control.

Full Export Anytime

You can export your complete vault at any time: structured data, attached files, everything.

Your data belongs to you. We provide it in portable, standard formats.

The Continuity Capsule: True Independence

For users who want absolute certainty, we offer the Continuity Capsule: a completely self-contained, offline-accessible archive of your entire vault. This is the ultimate insurance policy against service discontinuation.

What's in the Capsule?

  • Your complete vault data (encrypted)
  • All attached files (photos, documents, videos)
  • A fully functional viewer application
  • All decryption code—no external dependencies

Works Offline

No internet connection required. Open index.html in any browser.

Works Forever

Uses standard web technologies. Will work in browsers 50 years from now.

No Service Required

Does not depend on EstateHelm servers, accounts, or infrastructure.

Self-Documenting

The capsule includes documentation for the data format and encryption.

Store the capsule on a USB drive, in cloud storage, or in a safe deposit box. Your family can open it decades from now without needing EstateHelm to exist.

Technical Details

For security professionals and technically-minded users, here's exactly what we use:

# Encryption
AES-256-GCM
Authenticated encryption with 256-bit keys
# Key Derivation
Argon2id
Memory-hard function resistant to GPU attacks
# Data Format
JSON
Human-readable, universally supported
# File Storage
Individual encrypted blobs
Each file encrypted separately with its own key
# Viewer Runtime
Single-page HTML + JavaScript
Runs in any modern browser, no installation

All of these are open standards with decades of support. A security researcher, developer, or even a motivated family member with technical skills could verify our implementation or create alternative tools to access the data.

What Happens If...

EstateHelm goes out of business

Your Continuity Capsule continues to work indefinitely. It contains everything needed to access your data offline. Even without a capsule, your encrypted data export uses standard formats anyone can decrypt with your key.

EstateHelm gets acquired and shuts down

Same as above. Additionally, we would provide notice and extended export periods. Your Continuity Capsule doesn't depend on any notice—it already works standalone.

You stop paying and lose access

You can always export your data before your subscription expires. The capsule you created while subscribed continues to work forever. We also provide grace periods for data export after subscription lapse.

The internet goes down during an emergency

Your Continuity Capsule works completely offline. No internet required. Store it on a USB drive in your safe for exactly this scenario.

Browser technology changes dramatically

The capsule uses the Web Crypto API, part of every browser since 2015. Include a portable browser on the same drive for absolute certainty—Chrome Portable, Edge Portable, etc.

How This Compares

Most digital services don't offer this level of independence. Here's how our approach compares:

ApproachService DependencyData Portability
Most SaaS appsComplete dependencyLimited or no export
Password managersModerate (apps required)Export available, needs app to read
Cloud storageComplete dependencyFiles portable, but account required
EstateHelm CapsuleNoneFull data + viewer + docs

Our Recommendations

1

Export a Continuity Capsule

Create a capsule and store it in a safe place separate from your primary EstateHelm use. Update it periodically when you make significant changes.

2

Store copies in multiple locations

Keep copies on a USB drive, in cloud storage (the encryption protects it), and perhaps with your attorney or in a safe deposit box.

3

Include a portable browser

For absolute certainty, download Chrome Portable or Edge Portable and store it alongside your capsule. Zero dependencies.

4

Tell your family it exists

The capsule is useless if no one knows about it. Make sure your beneficiaries know where to find it and have the credentials.

The Bottom Line

We've built EstateHelm assuming we might not exist forever. Your data uses standard encryption, standard formats, and comes with a completely self-contained viewer. If we disappeared tomorrow, your Continuity Capsule would work exactly as it does today—and will continue working for decades.

This isn't just good practice for us—it's essential for a service focused on legacy planning. If we're asking you to trust us with information meant to outlast you, that information must also be able to outlast us.

Related Guides