Encryption with broadcast-only server-timed release
From: Francois Grieu (fgrieu_at_francenet.fr)
Date: 08/28/04
- Next message: Jeff Williams: "Re: XOR without repeated key"
- Previous message: Douglas A. Gwyn: "Re: Focused sound"
- Next in thread: David Wagner: "Re: Encryption with broadcast-only server-timed release"
- Reply: David Wagner: "Re: Encryption with broadcast-only server-timed release"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 28 Aug 2004 13:48:31 +0200
Inspired by the bastract at <http://eprint.iacr.org/2004/211>,
I am wondering if a cryptosystem can be setup that achieves the
following "broadcast-only server-timed release":
- A trusted server is setup; it publishes parameters and
public key PK, then regularly a "timed release" value
TRp, with p increasing from 0, say each day. The server
never receives any information.
- Encrypters can use PK and p to encrypt a message M to
C = ENC(M,PK,p), and publish it independently of the
server.
- Decrypters having obtained C can decipher it back into M
only with the help of TRp when it is published, as
M = DEC(C,PK,TRp) [preferably: that should work using
any TRq for q>=p, rather than just TRp]
- PK and TRp have size sub-linear with the maximum value
of p (if any).
Note: Without the latest criterion, any public key encryption
system deemed safe in the future will do: just generate
in advance a number of public/private key pairs, agregate the
public keys into PK, release one secret key each day as TRp.
Note: the "any TRq for q>=p" thing makes it more difficult
to guess which message a receiver is decrypting by observing
the traffic from server to decrypter.
Any idea/pointer ?
François Grieu
- Next message: Jeff Williams: "Re: XOR without repeated key"
- Previous message: Douglas A. Gwyn: "Re: Focused sound"
- Next in thread: David Wagner: "Re: Encryption with broadcast-only server-timed release"
- Reply: David Wagner: "Re: Encryption with broadcast-only server-timed release"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|