Locks a message so it can only be opened after a chosen future time.
Časová kapsula
Zamkni správu do budúcnosti. Timelock šifrovanie využívajúce verejnú náhodnosť zo siete drand – tvoje tajomstvá zostávajú lokálne a odomknú sa, až sieť dosiahne tebou zvolený čas.
Pokročilé detaily časovania
Miestny čas: —
Creating a reveal that becomes decryptable later without trusting one person to guard the key.
Offline storage where you cannot depend on outside network availability.
Tento nástroj kontaktuje verejnú sieť drand iba na získanie beaconov náhodnosti. Tvoja správa a kľúče nikdy neopustia tvoj prehliadač.
Najprv mentálny model, potom dôvera vo výstup.
Krátke a praktické vysvetlenie, ktoré ukáže na čo nástroj je, ako funguje a kde sa ľudia najčastejšie mýlia.
In plain English
Time Capsule lets you encrypt now and unlock later. Instead of waiting for a person to reveal the key, the unlock depends on future public randomness that does not exist yet.
How it works
This tool uses the drand randomness network. Your message is locked to a future drand beacon round, and once that round arrives, the public beacon can be used to derive the decryption material.
Encrypt now, unlock when the future beacon arrives
Your message is tied to a future public randomness round, not to a password handoff by another person.
Where you'd use it
- Publishing a message or prediction that should become readable only later.
- Building timed reveals for games, research, or public commitments.
- Sharing a secret that should unlock at the same time for everyone.
Common mistake
People sometimes think drand is storing their secret. It is not. drand only provides future public randomness; your encrypted message still needs to be preserved separately.
History / fun fact
The strange part of timelock encryption is that the unlock value does not exist when you press encrypt. You are binding your message to a future event that the network has not produced yet.
Security note
Timelock encryption depends on the availability and integrity of the public randomness network. It is best for delayed release, not for situations where fully offline recovery is required.
Deeper look
What drand actually is
drand is a distributed randomness network run by multiple independent participants. Together they generate public randomness beacons at regular intervals.
Why no single operator can unlock early
The beacon is collectively generated. That means no one operator should be able to produce the future beacon value alone before the scheduled round arrives.