I am building Privacylink, a controlled sharing service for situations
where confidential information needs to be shared with someone whose
email address is known. The system encrypts message content in the
sender's browser, verifies mailbox access before release, and removes
the content after it has been opened.
The initiative started from a practical constraint: confidential
information often has to be shared with an organisation or contact
where only an email address is available. The design works within that
reality, while still allowing the link to be sent through a separate
channel when stronger separation is possible.
The architecture deliberately separates delivery, verification and
readable content. Privacylink stores encrypted payloads and incomplete
key material; the missing key part remains outside the server request
path in the shared link fragment. This keeps the service from being
able to read the confidential message content while still supporting
temporary access, single-use opening and read confirmation.