Wrap a message in an envelope this tool will not open until a target date has passed, using the Drand beacon as a public clock. Important: the lock is enforced by the app, not by cryptography — see the limitations below.
Time-Lock packages a message with a target date and the Drand round that corresponds to it. On decrypt, the tool checks that the target time has passed and that the Drand beacon has published that round before revealing the message. It is a convenient way to schedule a self-reveal — a future announcement, a note to your future self, or a sealed prediction you plan to open later.
Important limitation: this is not cryptographic time-lock encryption. The envelope's key is derived deterministically from data stored in the envelope itself, so a technically capable holder can recover the message before the target date. The date is enforced by this application's own logic, not by the mathematics. Treat it as a sealed envelope on the honor system, not as protection against someone who wants to peek early.
For a message that is mathematically impossible to open before a deadline, you need true time-lock encryption — identity-based encryption over the Drand beacon, as implemented by the tlock construction, where the decryption key is a beacon signature that does not exist until the target round publishes. That is not yet built into this tool. Until it is, do not rely on Time-Lock to keep a secret from a motivated holder of the envelope.