Cápsula del Tiempo

Bloquea un mensaje hacia el futuro. Cifrado con bloqueo temporal usando aleatoriedad pública de la red drand — tus secretos permanecen locales y solo se desbloquean cuando la red alcanza el momento que elegiste.

Detalles avanzados de temporización

Hora local:

Qué hace

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

Úsalo para

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

No lo uses para

Offline storage where you cannot depend on outside network availability.

Esta herramienta contacta la red pública drand solo para obtener balizas de aleatoriedad. Tu mensaje y claves nunca salen de tu navegador.

Compréndelo

Aprende el modelo mental antes de confiar en el resultado.

Contexto breve y práctico que explica para qué sirve la herramienta, cómo funciona y dónde la gente se equivoca.

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.

Antecedentes

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.