A step-by-step method for sending confidential documents to people who are not technical, with revocation, expiry and a record of the disclosure.
Three private surfaces. Same zero-knowledge architecture.
1. Put the document in an encrypted space. It should be ciphertext before it leaves your machine, so no intermediate system ever holds a readable copy.
2. Create one link per recipient. Never one link for a group: attribution and revocation both depend on separation.
3. Set an expiry that matches the purpose. A review window is days, not indefinitely. Add a view budget for particularly sensitive material.
4. Add a passphrase and send it on another channel. Link by email, passphrase by phone or SMS. Interception of one channel then yields nothing.
5. Choose view-only with watermark when appropriate. For material that must be read rather than kept, per-viewer watermarking discourages redistribution and identifies the source.
6. Revoke when the purpose ends. Closing a matter should include revoking its links. Expiry handles the ones you forget.
Three private surfaces. Same zero-knowledge architecture.