The answer, step by step
- 01Order matters
Every word, its order, and spelling must match; any difference should derive a different key.
- 02Derive on device
A deterministic process produces the recovery key without the developer retaining a copy.
- 03Verify against ciphertext
Recovery should authenticate a known vault item or integrity marker so an incorrect phrase is never presented as success.
- 04Keep it physically separate
Write it on durable offline media and keep it in a controlled physical location. Avoid screenshots, email, or plaintext storage on the same phone.
How to check this claim
Run a recovery drill on a controlled test device: remove the original daily authorization, enter the phrase, read back ciphertext, and record whether GCM authentication succeeds. Use non-sensitive test content and erase the test environment afterward.
See the full verification protocol →What this answer does not claim
Direct answers
Should I screenshot the phrase?
No. A screenshot puts final recovery control back into a connected device and its photo-sync path.
Can I recover after forgetting the daily password?
Yes, if the complete phrase is correct and the relevant ciphertext remains available.
Can the developer recover my phrase?
No. A developer-held copy would change the user-controlled recovery model.