-
Notifications
You must be signed in to change notification settings - Fork 0
game
Let Alice be the publisher, Bob, Carry, and David be consumers, Eve be an adversary, Frank be be the content host.
-
ACL: ACL's are opaque data structures labeled with a set of groups. A consumer secret labeled with at least one of the groups present in the ACL is said to intersect the ACL.
-
Consumer Secret: Consumer secrets are opaque data structures labeled with the groups the consumer is in and the day the secret is valid.
Eve can:
- obtain Alice's public key.
- obtain ACL's labeled with any set of groups.
- obtain consumer secrets labeled with any set of groups and any day.
When Eve is ready, she presents an (unmodified) ACL labeled with a set of groups and a day such that the set of groups do not intersect with the set of groups labeling any consumer secret she has already obtained for that day. She gives this to Frank and then wins if she can trick Frank info believing that she has a consumer secret labeled with one of the groups also labeling the ACL for the chosen day.
She can repeat this game any number of times.
Frank can:
- obtain Alice's public key.
- obtain ACL's labeled with any set of groups.
- obtain consumer secrets labeled with any set of groups.
When ready, Frank chooses an ACL and presents two unmodified consumer secrets that both either intersect or do not intersect the ACL to Alice. Alice chooses one of the secrets and they run authentication protocol as specified. As many times as Frank wishes. Afterwards, Frank wins the round if he can guess which secret Alice used.
Repeat many times.
Frank wins the game if he wins more than half the rounds.
In the above game, Frank can additionally violate the protocol.
TODO
TODO
TODO