Kapsuła Czasu

Zamknij wiadomość w przyszłości. Szyfrowanie z blokadą czasową wykorzystujące publiczną losowość z sieci drand — Twoje sekrety pozostają lokalne i odblokowują się dopiero, gdy sieć osiągnie wybrany przez Ciebie czas.

Zaawansowane szczegóły czasu

Czas lokalny:

Do czego służy

Locks a message so it can only be opened after a chosen future time.

Użyj do

Creating a reveal that becomes decryptable later without trusting one person to guard the key.

Nie używaj do

Offline storage where you cannot depend on outside network availability.

To narzędzie kontaktuje się z publiczną siecią drand wyłącznie w celu pobrania beaconów losowości. Twoja wiadomość i klucze nigdy nie opuszczają przeglądarki.

Zrozum to

Poznaj model mentalny, zanim zaufasz wynikowi.

Krótki, praktyczny kontekst wyjaśniający, do czego służy narzędzie, jak działa i gdzie ludzie popełniają błędy.

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.

Kontekst

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.