Encrypt a message that nobody (not even you) can decrypt until a specific UTC date. Uses the Drand distributed randomness beacon, no trusted third party.
Time-lock encryption produces ciphertext that becomes decryptable at a future moment, not a moment earlier. PGP Tool uses Drand, a distributed randomness beacon: every block, a quorum of nodes publishes a verifiable random value at a known time. The encryption key for your message is derived from a future Drand round; anyone can compute it once that round is published, but no one can compute it earlier.
Set a target date, paste your message, and the tool produces a ciphertext blob plus a small set of metadata (Drand round number, beacon network). Share the blob; nobody can read it until the target round is published. After the target time, anyone with the blob can decrypt — no recipient required.
Useful for: future announcements (cryptographic equivalent of a sealed envelope), conditional reveals (publish a prediction now, prove you didn't change it later), scheduled disclosures, or scavenger hunts.