|
|
|
|
|
by jpalomaki
1928 days ago
|
|
It would be cool if there was a relatively reliable way of creating cryptographic "time capsules" that can be only opened at certain date in future. So something like, I encrypt message with a certain public key. The private key is guaranteed to only become available on 1st of January 2030. |
|
I wonder if you could perhaps do a kind of Shamir secret sharing scheme where as long as most of the participants are honest, they all agree to piece together their shares of the secret at the specified time.