This page is a single self-contained file. It contacts no server, runs no analytics, and works without an internet connection. Save it next to your M-DISC backup, hand a copy to your heirs, and your vault stays readable whether or not Henedo is still here.
The fastest path. Paste the 32-byte Master Key (MK) you stored offline: either 64 hex characters, or 44 base64 characters. The decryptor uses the MK directly — no Argon2id, no HKDF, no derivation.
Paste the recovery key Henedo gave you at sign-up: 8 groups of 8 hex
characters. The decryptor runs HKDF-SHA-256('henedo-recovery-aes-v1')
to derive the AES key that unwraps your Master Key. No passphrase, no ASK.
Reproduces the same key derivation Henedo runs in your browser at
login: Argon2id over (passphrase + ASK_hex), salted from the export,
then HKDF-SHA-256('henedo-kek-v2') gives the KEK that
unwraps the Master Key.
The crypto used by this page mirrors the production Henedo client byte-for-byte. Anyone with a competent crypto library can re-implement it from this spec.
connect-src 'none'. Your passphrase, ASK, and Master Key never leave this tab.