blob: f639eb1e29939e34121fe34ec7f65e655252d5b4 (
plain)
1
2
3
4
5
6
7
8
|
timelock is a timed release encryption utility that encrypts files so
that they can only be opened in the future.
Cryptography has no notion of time. So, this is done by creating a
computationally difficult problem (known as a timelock puzzle) whose
solution is the secret key that was used to encrypt the message.
http://theory.lcs.mit.edu/~rivest/RivestShamirWagner-timelock.ps
|