A Group signature scheme is a method for allowing a member of a group to anonymously sign a message on behalf of the group. The concept was first introduced by David Chaum and Eugene van Heyst in 1991. For example, a group signature scheme could be used by an employee of a large company where it is sufficient for a verifier to know a message was signed by an employee, but not which particular employee signed it. Another application is for keycard access to restricted areas where it is inappropriate to track individual employee's movements, but necessary to secure areas to only employees in the group.
Essential to a group signature scheme is a group manager, who is in charge of adding group members and has the ability to reveal the original signer in the event of disputes. In some systems the responsibilities of adding members and revoking signature anonymity are separated and given to a membership manager and revocation manager respectively. Many schemes have been proposed, however all should follow these basic requirements:
- Soundness and Completeness
- Valid signatures by group members always verify correctly, and invalid signatures always fail verification.
- Unforgeable
- Only members of the group can create valid group signatures.
- Anonymity: Given a message and its signature, the identity of the individual signer cannot be determined without the group manager's secret key.
- Traceability
- Given any valid signature, the group manager should be able to trace which user issued the signature. (This and the previous requirement imply that only the group manager can break users' anonymity.)
- Unlinkability
- Given two messages and their signatures, we cannot tell if the signatures were from the same signer or not.
- No Framing
- Even if all other group members (and the managers) collude, they cannot forge a signature for a non-participating group member.
- Unforgeable tracing verification
- The revocation manager cannot falsely accuse a signer of creating a signature he did not create.
The ACJT 2000, BBS04, and BS04 (in CCS) group signature schemes are some of the state of the art. (Note: this might be an incomplete list.)
Boneh, Boyen and Shacham published in 2004 (BBS04, Crypto04) is a novel group signature scheme based on bilinear maps. Signatures in this scheme are approximately the size of a standard RSA signature (around 200 bytes). The security of the scheme is proven in the random oracle model and relies on the Strong Diffie Hellman assumption (SDH) and a new assumption in bilinear groups called the Decision linear assumption (DLin).
A more formal definition that is geared towards provable security was given by Bellare, Micciancio and Warinschi.
Famous quotes containing the words group and/or signature:
“I cant think of a single supposedly Black issue that hasnt wasted the original Black target group and then spread like the measles to outlying white experience.”
—June Jordan (b. 1936)
“The childless experts on child raising also bring tears of laughter to my eyes when they say, I love children because theyre so honest. There is not an agent in the CIA or the KGB who knows how to conceal the theft of food, how to fake being asleep, or how to forge a parents signature like a child.”
—Bill Cosby (20th century)