Assume a multi-party encryption scheme, similar to the answer to: Encryption with multiple different keys?.
That is. A set of keys K
can be used to decipher a ciphertext.
Is there a way to expire:
K'⊆ K
such that that K \ K'
can still decipher the ciphertext, but no longer K'
?
I'm of course assuming that the cipher text has been updated as a consequence of the expiration of K'
. I'm not really sure how to attack this, or if it's even possible?