Security

How we protect what you leave behind

You are being asked to put passwords, wallet locations, document copies and letters to your children into a service you have just met. That deserves a precise answer, not reassurance. This page describes what we actually do — and, just as importantly, what we deliberately do not do.

The problem with « zero-knowledge »

Several vault products advertise zero-knowledge architecture: the provider cannot read your data because only you hold the key. For a password manager, that is the correct design and we would recommend it.

For an inheritance vault, it collapses at the one moment it needs to work. If you are the only person who can ever decrypt the vault, then the day your family needs it is precisely the day nobody can open it. A strictly zero-knowledge inheritance vault is a sealed box buried with its owner.

So we will state it plainly: Sucesio is not zero-knowledge. The engineering question is not how to make decryption impossible, but how to make it impossible except under conditions you defined while alive. That is what the rest of this page describes.

Encryption at rest

The transmission key is split in three

Each account has a Master Encryption Key of 32 random bytes. That key is never stored anywhere in the clear. It is split using Shamir's Secret Sharing into three shares, of which two are required to reconstruct it:

The consequence is the property that matters: a transmission cannot be triggered by a single party acting alone, an automated process cannot release your vault by mistake, and the reconstructed key exists only in memory for the duration of the operation. It is never written to disk.

This is our current architecture, not a finished one. The next iteration moves the server-held share into a dedicated hardware security module in the EU and signs every reconstruction event in an append-only audit log.

Getting into your account

Where your data lives

European infrastructure end to end, because a product built around EU succession law should not store EU families' data outside the EU.

What we do not do

A security page that only lists strengths is marketing. These are real limits, and some of them are deliberate.

Your data, your control

Our full privacy policy sets out the legal detail of what we process and why.

Found a vulnerability?

Report it to hello@sucesio.io. We will keep you informed while we work, and credit you publicly if you want us to. We will not pursue researchers who act in good faith, stay within their own test account, and give us reasonable time before disclosing.

If any claim on this page turns out to be inaccurate, we want to know — write to us and we will correct it here.

See what Sucesio costs →

Last reviewed: 7 September 2026. This page describes the architecture in production at that date and is updated when the architecture changes.