The Time Capsule GPG Key Provider

This website offers GPG public keys ranging from April 1, 2019, to December 31, 2059. Private keys become available for download daily at 0:00 AM UTC.

Files encrypted with the public key remain unreadable until the corresponding private key is released.

Both the private and public keys are compatible with GnuPG, eliminating the need for any special software.

Private keys will never be released before their scheduled date. They are transmitted to this server via the Tor network.

How to Download Keys

Replace the {YYYYmmdd} placeholder with the desired date format.

Public Key Address:

https://gpg.freeof.info/{YYYYmmdd}UTC@gpg.freeof.info.pub

Private Key Address:

https://gpg.freeof.info/{YYYYmmdd}UTC@gpg.freeof.info.key

Public key for the time capsule set to open tomorrow:

https://gpg.freeof.info/20240429UTC@gpg.freeof.info.pub

Private key for the time capsule set to open today:

https://gpg.freeof.info/20240428UTC@gpg.freeof.info.key

Encrypting and Decrypting

To import the downloaded public key, use:

gpg --import 20240428UTC@gpg.freeof.info.pub

To encrypt a FILE and save as 20240428UTC@gpg.freeof.info.gpg, use:

gpg -e -r 20240428UTC@gpg.freeof.info FILE
mv FILE.gpg FILE.20240428UTC@gpg.freeof.info.gpg

To import the downloaded private key, use:

gpg --import 20240428UTC@gpg.freeof.info.key

To decrypt 20240428UTC@gpg.freeof.info.gpg and save as FILE, use:

gpg FILE.20240428UTC@gpg.freeof.info.gpg
mv FILE.20240428UTC@gpg.freeof.info FILE

How to Share Files

Please upload the encrypted file to a uploader site as described below, and share it on X with the hashtag #TimeCapsuleGPG.