Information Security and Cryptography Research Group

Multi-Designated Receiver Signed Public Key Encryption

Ueli Maurer, Christopher Portmann, and Guilherme Rito

Advances in Cryptology—EUROCRYPT 2022, Lecture Notes in Computer Science, Springer International Publishing, vol. 13276, pp. 644–673, May 2022.

This paper introduces a new type of public-key encryption scheme, called Multi-Designated Receiver Signed Public Key Encryption (MDRS−PKE), which allows a sender to select a set of designated receivers and both encrypt and sign a message that only these receivers will be able to read and authenticate (confidentiality and authenticity). An MDRS−PKE scheme provides several additional security properties which allow for a fundamentally new type of communication not considered before. Namely, it satisfies consistency—a dishonest sender cannot make different receivers receive different messages—off-the-record—a dishonest receiver cannot convince a third party of what message was sent (e.g., by selling their secret key), because dishonest receivers have the ability to forge signatures—and anonymity—parties that are not in the set of designated receivers cannot identify who the sender and designated receivers are.

We give a construction of an MDRS−PKE scheme from standard assumptions. At the core of our construction lies yet another new type of public-key encryption scheme, which is of independent interest: Public Key Encryption for Broadcast (PKEBC) which provides all the security guarantees of MDRS−PKE schemes, except authenticity.

We note that MDRS−PKE schemes give strictly more guarantees than Multi-Designated Verifier Signature (MDVS) schemes with privacy of identities. This in particular means that our MDRS−PKE construction yields the first MDVS scheme with privacy of identities from standard assumptions. The only prior construction of such schemes was based on Verifiable Functional Encryption for general circuits (Damgård et al., TCC ’20).

BibTeX Citation

@inproceedings{MaPoRi22,
    author       = {Ueli Maurer and Christopher Portmann and Guilherme Rito},
    title        = {Multi-Designated Receiver Signed Public Key Encryption},
    editor       = {Orr Dunkelman and Stefan Dziembowski},
    booktitle    = {Advances in Cryptology---EUROCRYPT 2022},
    pages        = {644--673},
    series       = {Lecture Notes in Computer Science},
    volume       = {13276},
    year         = {2022},
    month        = {05},
    publisher    = {Springer International Publishing},
}

Files and Links