About Time-Locked Message
There is no password to share or forget: the key is a signature the drand network publishes at the chosen moment and cannot publish sooner, so the person who wrote the message is locked out exactly as firmly as everyone else.
Write a message, choose when it opens, and seal it. What comes back is a link and a block of sealed text. Either one can be posted, forwarded or stored anywhere, and until the moment you chose it reveals nothing to anyone. When that moment arrives, opening the link shows the message to whoever holds it: the person you sent it to, you, or anyone they passed it on to. Before then, nobody can read it, and that includes the person who wrote it.
The lock is timelock encryption built on drand, a public randomness beacon run by a group of independent organisations known as the League of Entropy, among them Cloudflare and Protocol Labs. Every three seconds the network publishes a numbered round carrying a signature that its members produce jointly, so no single operator can produce one early. A message is encrypted to one future round using identity-based encryption on the BLS12-381 curve, which makes the decryption key exactly that round's signature. Until the network reaches the round, the key does not exist anywhere.
Sealing sends nothing anywhere. The network's public key is built into this page, so the message is encrypted on your device without contacting drand or this site, and nobody learns that a message was written. Opening asks a drand relay for one public signature, verifies it against that same key, and decrypts in the browser. A relay can decline to answer, but it cannot forge a signature that passes the check. The sealed message travels in the part of the link after the # sign, which browsers never send to a server.
Three limits are worth knowing before relying on it. The lock is about time, not audience: once the moment passes, anyone holding the link reads the message, so it is the wrong tool for a secret meant for one person. Opening depends on drand still publishing at the chosen time, which it has done since 2019, a strong record rather than a guarantee for a message sealed a decade ahead. And a sealed message shows when it opens, not when it was written, so a prediction only proves itself if the link was posted somewhere dated before the event.
The sealed text is a standard format: an age file with a tlock stanza, the same thing drand's own command-line tool, tle, and its Timevault page produce. A message sealed here opens with those tools, and one sealed with them opens here. Nothing about opening it depends on this site still existing, only on the network and the format, both of which are public.