• No results found

Efficient bidirectional proxy re-encryption with direct chosen-ciphertext security

N/A
N/A
Protected

Academic year: 2021

Share "Efficient bidirectional proxy re-encryption with direct chosen-ciphertext security"

Copied!
7
0
0

Loading.... (view fulltext now)

Full text

(1)

Contents lists available atSciVerse ScienceDirect

Computers and Mathematics with Applications

journal homepage:www.elsevier.com/locate/camwa

Efficient bidirectional proxy re-encryption with direct chosen-ciphertext

security

Lifeng Guo

a,∗

, Lei Hu

b

aKey Laboratory of Computational Intelligence and Chinese Information Processing of Ministry of Education, School of Computer and Information Technology,

Shanxi University, Taiyuan, 030006, Shanxi, China

bState Key Laboratory of Information Security, Graduate School of Chinese Academy of Sciences, Beijing, 100049, China

a r t i c l e i n f o Article history:

Received 8 September 2010

Received in revised form 18 October 2011 Accepted 2 November 2011 Keywords: Proxy re-encryption Bilinear pairing Chosen-ciphertext security

a b s t r a c t

Proxy re-encryption (PRE) allows a semi-trusted proxy to convert a ciphertext originally intended for a user into another ciphertext of the same message intended for another user, and the proxy, however, cannot learn anything about the message encrypted. In previous papers, in order to achieve the CCA2-security, a common method for constructing PRE schemes was to apply the paradigm of using strongly-unforgeable one-time signature which transforms a selective-identity, CPA-secure identity-based encryption (IBE) scheme into a CCA-secure cryptosystem. In this paper, we propose a direct design of the bidirectional CCA-secure PRE scheme, which makes a direct use of the underlying IBE structure and does not need any auxiliary signature mechanism. Our construction is efficient and suitable for further designing multi-user PRE schemes. Its security is proved on the base of the decisional bilinear Diffie–Hellman assumption in the standard model.

© 2011 Elsevier Ltd. All rights reserved.

1. Introduction

Proxy re-encryption (PRE), introduced by Blaze et al. [1] in Eurocrypt’98, allows a semi-trust proxy to transform a ciphertext originally intended for a user, Alice, into another ciphertext of the same message intended for another user, Bob. The proxy, however, cannot learn anything about the message encrypted. PRE turns out to be a very useful tool, and has many practical applications, such as distributed file system [2,3], outsourced filtering of encrypted spam [2,3], and encrypted email forwarding [1].

According to the direction of the transformation of the message encrypted, PRE schemes can be categorized into bidirectional PREs and unidirectional PREs. In bidirectional PREs, the proxy can transform from the user Alice to the user Bob and vice versa. In contrast, the proxy in a unidirectional PRE cannot transform the ciphertext in the opposite direction. According to another criterion, PRE schemes can also be classified into multi-hop PREs in which the ciphertext can be transformed between multiple users, for example, from Alice to Bob and then from Bob to Charlie, and into single-hop PREs where the ciphertext can be transformed by only one hop. It is important for the design of PRE that we can easily construct a multi-hop PRE scheme from a single-hop PRE one.

In their seminal paper [1], Blaze et al. proposed the first bidirectional PRE scheme. Seven years later, Ateniese et al. [3] presented a unidirectional PRE scheme by using bilinear pairing. To achieve the anonymity property, Ateniese et al. [4] proposed the first PRE with key-privacy and proved that it was secure against chosen-plaintext attack (CPA) under the decisional bilinear Diffie–Hellman assumption. All these schemes [2–4,1] were only CPA-secure.

Corresponding author. Tel.: +86 3517010566.

E-mail addresses:[email protected](L. Guo),[email protected](L. Hu). 0898-1221/$ – see front matter©2011 Elsevier Ltd. All rights reserved.

(2)

However, the security against chosen-ciphertext attack (CCA) is often required in many applications. To achieve the CCA-security of PRE, Canetti and Hohenberger [5] applied the technique of Canetti et al. [6] with a little modification, which transforms a selective-identity, CPA-secure IBE scheme into a CCA-secure encryption scheme. Based on the Canetti–Hohenberger technique [5], Libert and Vergnaud [7] gave a single-hop unidirectional PRE scheme secure in the standard model. They proved that their scheme was secure against the replayable chosen-ciphertext attack (RCCA) [8] in the non-adaptive corruption model. Weng et al. [9] constructed a CCA-secure unidirectional proxy re-encryption in the standard model. Robert et al. [10] presented two constructions of CCA-secure PRE schemes without using pairings but using the ElGamal signature mechanism. Weng et al. [11] was an improved and full version of [10]. Along the same line, Shao and Cao [12] proposed another proxy re-encryption scheme without using pairing. However, a chosen-ciphertext attack on it was found in [13,14]. Wang et al. [15] constructed bidirectional proxy re-encryption schemes without pairing and random oracles, but in their construction, they used a one-time strong unforgeable signature scheme.

To control the role of the proxy in a PRE scheme at a fine-grained level, Tang [16] and Weng et al. [17] independently introduced a variant of PRE named conditional proxy re-encryption (C-PRE). In such a system, the ciphertexts were generated with respect to a certain condition, and the proxy can translate a ciphertext only if the associated condition was satisfied. Fang et al. [18] formalized the condition on the anonymity in the security model of PRE and constructed an efficient C-PRE scheme. Recently, Weng et al. [19] re-formalized the definition and security notions for C-PRE and presented a more efficient C-PRE scheme. Traceable proxy re-encryption, introduced by Libert and Vergnaud [20], attempted to solve the problem of disclosing re-encryption keys, by tracing the proxies who had done so. Proxy re-encryption had also been studied in identity-based scenarios, in works such as [21–25].

All PRE schemes [5,7,12,16,18] utilized the Canetti–Halevi–Katz method [6] for transforming any selective-identity, CPA-secure identity-based encryption (IBE) scheme into a CCA-secure cryptosystem using a strongly-unforgeable one-time signature scheme. The goal of using a strongly-unforgeable one-one-time signature scheme was to make a re-encrypted ciphertext publicly verifiable. Weng et al. [17,13] essentially used a one-time Schnorr signature scheme in order to make the scheme publicly verifiable.

1.1. Our contribution

In this paper, we begin with the Boyen–Mei–Waters (BMW) paradigm [26] to make a direct use of the underlying IBE structure, and we do not use a strongly-unforgeable one-time signature scheme other than the IBE scheme itself. First recall the idea of the BMW paradigm. In the BMW paradigm, the public key of a user will correspond to the public parameters of an IBE scheme. To encrypt a message, m, the encryption algorithm first creates the first two components of the ciphertext, which are independent of the identity; next these two components are hashed to determine a ‘‘one-time identity’’; finally the ciphertext is completed by constructing the third component to form an encryption to the identity determined from the previous step. That is, the identity to whom we encrypt is actually determined by the first two components of the ciphertext itself. In this manner, a ‘‘well-formed’’ ciphertext is self-contained in the sense that its construction did not need any auxiliary signature or message authentication code mechanism. In the BMW paradigm, it needs an IBE system with adaptive-identity security.

Our PRE scheme is based on the Waters Scheme [27]. In order to be capable of re-encryption, our scheme proceeds with a modification of the Waters scheme, and we make the hashing of the part of the ciphertext does not contain the public key. We use the bilinear pairing to check that the remaining components are formed correctly, and therefore that the ciphertext is well-formed and publicly verifiable.

Combining the above ideas, we obtain a directly constructed multi-user bidirectional PRE scheme, which is CCA-secure in the standard model. Our approach is simple and the scheme is very efficient. We will prove its security under the decisional bilinear Diffie–Hellman assumption.

The rest of this paper is organized as follows. Section2reviews some preliminaries, including bilinear pairing, the hard problem assumptions and single-user bidirectional PRE. Section3presents our scheme and gives its security proof in the standard model. Finally, Section4is the conclusion.

2. Preliminaries

For a prime p, let Zpdenote the algebraic set

{

0

,

1

, . . . ,

p

1

}

, and Z∗pdenote Zp

\ {

0

}

. For a finite set S

,

x r

S means

choosing an element x from S randomly with a uniform distribution.

2.1. Bilinear pairing

Let G

= ⟨

g

be a cyclic group generated by g. Let

BSetup

be an algorithm that, on input the security parameters 1k, outputs the parameters for a bilinear pairing as

(

p

,

g

,

h

,

G

,

GT

,

e

)

, where G

,

GT have prime orders p

Θ

(

2k

)

and

g

⟩ = ⟨

h

⟩ =

G. The mapping e

:

G

×

G

−→

GTis efficiently computable and satisfies both: (Bilinear) for all g

G

(3)

Decisional Bilinear Diffie–Hellman (DBDH) [28]: Let

BSetup

(

1k

) → (

p

,

g

,

G

= ⟨

g

,

GT

,

e

)

. For all probabilistic polynomial

time (PPT) adversariesA, the probability

Pr

[

a

,

b

,

c

,

d

Zp

;

x0

e

(

g

,

g

)

abc

;

x1

e

(

g

,

g

)

d

;

z

← {

0

,

1

};

z

A

(

g

,

ga

,

gb

,

gc

,

xz

) :

z

=

z

] −

1

/

2

is a negligible function

ε(

k

)

, that is, for any positive polynomial p

(

k

)

and any sufficiently large k

, ε(

k

) <

1

/

p

(

k

)

. The security of our scheme depends on the following moderate assumption.

Modified Decisional Bilinear Diffie–Hellman (MDBDH) [5]: Let

BSetup

(

1k

) → (

q

,

g

,

G

= ⟨

g

,

GT

,

e

)

. For all PPT adversaries

A, the following probability

Pr

[

a

,

b

,

c

,

d

Zq

;

x0

e

(

g

,

g

)

ab/c

;

x1

e

(

g

,

g

)

d

;

z

← {

0

,

1

};

z

A

(

g

,

ga

,

gb

,

gc

,

xz

) :

z

=

z

] −

1

/

2

is a negligible function on k.

The equivalence between MDBDH and DBDH is shown in [5].

2.2. Single-use proxy re-encryption

In this subsection, we review the definition and security model for bidirectional proxy re-encryption systems. Formally, a bidirectional PRE scheme consists of the following six algorithms [5].

GlobalSetup(1k): The global setup algorithm takes as input a security parameter 1k. It outputs the global parameters param.

KeyGen(1k): On input the security parameter 1k, the key generation algorithm generates the public/secret key pair

(

pk i

,

ski

)

for user i.

ReKeyGen(ski

,

skj): The re-encryption key generation algorithm takes as input two secret keys ski and skj. It outputs a

bidirectional re-encryption key rkij.

Encrypt(param

,

pk

,

m): The encryption algorithm takes as input the global parameters param, a public key pk and a message m

M. It outputs a ciphertext CT under pk. HereMdenotes the message space.

ReEncrypt(rkij

,

CTi): The re-encryption algorithm takes as input a re-encryption key rkijand a ciphertext CTi under

public key pki. It outputs a ciphertext CTjunder public key pkj.

Decrypt(sk, CT): The decryption algorithm takes as input a secret key sk and a ciphertext CT. It outputs a message m

M or the error symbol

.

The correctness of PRE requires that, for any m

Mand any couple of public/secret key pair

(

pki

,

ski

), (

pkj

,

skj

)

, the

following two conditions should hold:

Decrypt

(

ski

, Encrypt(

param

,

pki

,

m

)) =

m

,

Decrypt

(

skj

, ReEncrypt(ReKeyGen(

ski

,

skj

), Encrypt(

params

,

pki

,

m

))) =

m

.

Next, we review the security notation for PRE [5]. The chosen-ciphertext security for a PRE scheme II can be defined via the following game between an adversaryAand a challengerC.

Setup. Ctakes a security parameter k and runs algorithm

GlobalSetup

. It givesAthe resulting global parameters param. Phase 1. Aadaptively issues queries q1

,

q2

, . . . ,

qm, where query qiis one of the following.

Uncorrupted key generation query

i

:Cfirst runs algorithm

KeyGen

to obtain a public/secret key pair

(

pki

,

ski

)

,

and then sends pkitoA.

Corrupted key generation query

j

:Cfirst runs algorithm

KeyGen

to obtain a public/secret key pair

(

pkj

,

skj

)

,

and then gives

(

pkj

,

skj

)

toA.

Re-encryption key generation query

pki

,

pkj

: On input

(

pki

,

pkj

)

byA

,

Cfirst runs algorithm

ReKeyGen

(

ski

,

skj

)

to generate a re-encryption key rkij. Finally,Creturns rkijtoA. Here skiand skjare secret keys with respect

to pkiand pkjrespectively. It is required that pkiand pkjwere generated beforehand by algorithm

KeyGen

. As

argued in [5], for bidirectional PRE schemes, we require that either both pkiand pkjare corrupted, or alternately

both are uncorrupted.

Re-encryption query

pki

,

pkj

,

CTi

:C runs

ReKeyGen

to generate the re-encryption key rkij. Then it runs

ReEncrypt

(

rkij

,

CTi

)

to obtain the resulting ciphertext CTj, which is returned toA. It is required that pki

and pkjwere generated beforehead by algorithm

KeyGen

.

Decryption query

pk

,

CT

: ChallengerCreturns the result of

Decrypt

(

sk

,

CT

)

toA, where sk is the secret key

with respect to pk. It is required that pk were generated beforehead by algorithm

KeyGen

.

Challenge. Once A decides that Phase 1 is over, it outputs a target public key pkand two equal-length plaintexts m0

,

m1

Mon which it wishes to be challenged. Here it is required thatAdid not previously corrupt the secret

key corresponding to pk∗. ChallengerCflips a random coin

γ ∈ {

0

,

1

}

, and sets the challenge ciphertext to be

CT

= Encrypt

(

params

,

pk

,

m

γ

)

, which is sent toA.

Phase 2. Aissues additional queries qm+1

, . . . ,

qmaxwhere each of the queries is one of the following.

(4)

Corrupted key generation query

j

:Cresponds as in Phase 1. Here it is required that pkj

̸=

pk∗. Besides, ifAhas

obtained a derivative

(

pk

,

CT

)

of

(

pk

,

CT

)

, it is required that pk

j

̸=

pk′.

Re-encryption key generation query

pki

,

pkj

:Cresponds as in Phase 1. Here it is required that, ifAhas obtained

the secret key skjwith respect to pkj

,

Ais disallowed to issue the re-encryption key generation query

pki

,

pkj

.

Re-encryption query

pki

,

pkj

,

CTi

:Cresponds as in Phase 1. Here it is required that, ifAhas obtained the secret

key skjwith respect to pkj, then

(

pki

,

CTi

)

cannot be a derivative of

(

pk

,

CT

)

.

Decryption query

pk

,

CT

:Cresponds as in Phase 1. Here it is required that,

(

pk

,

CT

)

cannot be a derivative of

(

pk

,

CT

)

.

Guess. Finally,Aoutputs a guess

γ

∈ {

0

,

1

}

. If

γ

=

γ

and the challenge key pkis not corrupted, then output 1; else

output 0.

We refer to adversaryAas an IND–PRE–CCA adversary, and we define his advantage in the attacking scheme as AdvIND–PRE–CCAII,A

= |

Pr

[

γ

=

γ ] −

1

/

2

|

,

where the probability is taken over the random coins consumed by the challenger and the adversary. Note that the chosen plaintext security for a PRE scheme can be similarly defined as the above game except that the adversary is not allowed to issue any decryption queries.

Definition 1. A PRE scheme is

(

t

,

qu

,

qc

,

qrk

,

qre

,

qd

, ϵ)

-IND–PRE–CCA secure, if for any t-time IND–PRE–CCA adversary

A who makes at most qu uncorrupted key generation queries, at most qc corrupted key generation queries, at most

qrkre-encryption key generation queries, at most qrere-encryption queries and at most qddecryption queries, we have

AdvIND–PRE–CCAII,A

ϵ

.

3. Proposed proxy re-encryption scheme

We now present our PRE scheme which is a direct construction based on the IBE scheme of Waters [27] using the BMW technique [26]. Our scheme is CCA-secure in the standard model, and we prove its security under the decisional bilinear Diffie–Hellman assumption.

3.1. Our scheme

Here we assume the availability of some collision-resistant function family. We may use any fixed injective encoding

H0

:

GT

×

G

→ {

0

,

1

}

nto substitute a family of collision-resistant functions Hs

:

GT

×

G

→ {

0

,

1

}

n, in which case adequate collision resistance may be provided with an output size of only n

log2

(

p

)

.

Global-setup

(1k): Let a security parameter 1k

, (

p

,

G

,

GT

,

e

)

be the bilinear map parameters, where prime order p

>

2k,

generators g

,

h

,

g1

,

u

, {

ui

}

1≤inbe random numbers in G. Finally, a random seed s for the collision-resistant family

is chosen, if needed (for notational convenience, we always write Hs, and limit s

=

0 whenever the injective

encoding H0is used). The global parameters are

par

:= {

G

,

GT

,

g

,

h

,

g1

,

u

, {

ui

}

1≤in

}

.

Keygen

(1k): On input 1k, select random x

Zp. Set pk

=

gx

,

sk

=

x.

Rekeygen

(ski

,

skj): On input ski

=

x and skj

=

y, output the bidirectional re-encryption key rkij

=

y

/

x mod p.

Enc

(m

,

pki,

par

): On input pkiand a message m

GT, then select a random r

Zpand compute

C1

=

pkri

,

C2

=

hr

,

C3

=

e

(

g

,

g1

)

r

·

m

.

Next, a bit string

w ∈ {

0

,

1

}

nis derived as

w =

Hs

(

C2

,

C3

)

. Let

w

1

, w

2

, . . . , w

ndenote the binary expansion of

w

,

where each bit

w

i

∈ {

0

,

1

}

. The final step is to compute C4

=

(

u

n i=1u

wi

i

)

r.

The complete ciphertext C

=

(

C1

,

C2

,

C3

,

C4

)

consists of the four group elements

pkri

,

hr

,

e

(

g

,

g1

)

r

·

m

,

un

i=1 uwii

r

.

ReEnc

(rkij

,

C ): On input a re-encryption key rkij

=

y

/

x mod p and a ciphertext C

=

(

C1

,

C2

,

C3

,

C4

)

under key pki,

re-encrypt the ciphertext to be under key pkjas the following.

(5)

Table 1

Comparison.

Schemes CH scheme I [5] CH scheme II DWL scheme [10] Our scheme

Encrypt 1tp+4te+1ts 1tp+3te+1tme+1ts 3te 4te+(n+2)tme Re-Encrypt 4tp+1te+1tv 4tp+2te+1tv 4te 4tp+1te Decrypt2 5tp+1te+1tv 5tp+2te+1tv 4te 5tp+1te+(n+1)tme Decrypt1 5tp+1te+1tv 5tp+2te+1tv 3te 5tp+1te+(n+1)tme Assumption DBDH DBDH mCDH mDBDH Without RO? × √ × √ Multi-hop? √ √ × √ Without OTS? × × × √

Note: tp,teand tmerepresent the computational cost of a bilinear pairing, an exponentiation and a multi-exponentiation, respectively, while tsand tv represent the computational cost of a one-time signature signing and verification, respectively.

2. If two equalities e

(

h

,

C1

) =

e

(

C2

,

pki

)

(1) e

(

h

,

C4

) =

e

C2

,

un

i=1 uwii

(2) are hold, output the new ciphertext

(

C1

,

C2

,

C3

,

C4

)

; Otherwise,output

.

Dec

(C

,

sk

j): On input a secret key skjand any ciphertext C

=

(

C1′

,

C2

,

C3

,

C4

)

, check Eqs.(1)and(2). If hold, output the

message m

=

C3

/

e

(

C1′

,

g1

)

1/y. 3.2. Comparison

In this subsection, we provide a comparison of our scheme with other existing bidirectional PRE schemes (seeTable 1).

3.3. Security analysis

In this subsection, we prove the IND–PRE–CCA security for our scheme in the standard model.

Theorem 1. If the DBDH assumption holds in

(

G

,

GT

)

, and assume that H0

:

GT

×

G

−→ {

0

,

1

}

nis an efficiently computable

injection for some n. Then PRE scheme II is bidirectional CCA secure for domain GTof messages in the standard model.

Proof. LetAbe any PPT adversary. Then, we show how to construct a p.p.t adversaryC, with black-box access toA, that succeeds in breaking the mDBDH assumption with probability:

Pr

[

Cbreaks mDBDH

] ≥

1

/

2

+

Pr

[

Abreaks II

]

/

2

+

λ,

whereAmakes q oracle queries,

λ =

8(n+11)q. Let us now describe howCoperates.

On mDBDH input

(

g

,

ga

,

gb

,

gc

,

Q

)

, whereCs goal is to decide if Q

=

e

(

g

,

g

)

ab/cor not,CrunsAexecuting the following

steps.

• Setup

. The hash index s is fixed to s

=

0 since we have assumed a fixed injective encoding H0. To generate a key pair, Cfirst sets an integer, m

=

4q, and chooses an integer, k, where the elements of

x are chosen uniformly at random

between 0 and m

1. Let X∗denote the pair

(

x

,

x

)

. Additionally, the simulatorCchooses a random y

Zpand an

n-length vector,

y

=

(

yi

)

, where the elements of

y are chosen at random in Zp. These values are all kept internal to

the simulator.

For a bit string

w ∈ {

0

,

1

}

nas returned by H

s, we will letW

⊆ {

1

, . . . ,

n

}

be the set of all i for which the i-th bit

w

i

=

1.

For ease of analysis we define three functions. We define

F

(

w

) = (

p

km

) +

x

+

i∈W xi

,

(3) J

(

w

) =

y

+

i∈W yi

,

(4) K

(

w

) =

0

,

if x

+

i∈W xi

0

(

mod m

);

1

,

otherwise. (5)

Cassigns h

=

gcs, where s

Zpis chosen randomly. Set g1

=

ga. It then assigns the public parameters u

=

gpkm+x

gcy

and ui

=

gxigcyi. Then there exist u

n i=1u

wi

i

=

gF(w)gcJ(w).

(6)

• Key Generation

.Cchooses a random xi

Z∗p. If user i is uncorrupted, thenCoutputs pki

=

(

gc

)

xi. Else,Csets

ski

=

xi

,

pki

=

gxiand outputs

(

pki

,

ski

)

.

• Decryption

. On input

(

i

,

C

)

toOdec. Here C

=

(

C1

,

C2

,

C3

,

C4

)

. If Check

(

C

,

pki

) =

0, then the ciphertext is not

well-formed. So,Chalts and returns

.

Next,Cproceeds as follows. Notice that in a well-formed ciphertext, C1

=

pkri and C4

=

(

u

n i=1u

wi

i

)

r

=

(

gF(w)gcJ(w)

)

r

for the same value of r

Zp

.

Cdetermines

w =

Hs

(

C2

,

C3

)

. If K

(w) =

0

,

Caborts and randomly choose its guess

β

′.

OtherwiseCdecrypts the ciphertext by computing

t

=

C4

(

C1

)

J(w)/xi

=

((

g F(w)gcJ(w)

)

r

)

(

gcxir

)

J(w)/xi

=

gF(w)r

.

We have gr

=

t1/F(w). ThenCoutputs the message C

3

/

e

(

t1/F(w)

,

g1

)

.

• Re-Encryption Key

: On input

(

i

,

j

)

toOrkey, if one of i and j is uncorrupted and the other is corrupted, then this call

is illegal. Otherwise,Coutputs the re-encryption key xj

/

xi.

• Re-Encryption

. On input

(

i

,

j

,

C

)

toOrenc, if the value Check

(

C

,

pki

) =

0, then the ciphertext is not well-formed. SoC

halts and returns

. Otherwise,Cparses C

=

(

C1

,

C2

,

C3

,

C4

)

.

– If both users i and j are uncorrupted or both are corrupted,Ccomputes the re-encryption key xj

/

xiand executes the

algorithm ReEnc

(

xj

/

xi

,

C

)

.

– If user i is corrupted and user j is uncorrupted, thenCcomputes C2xj/s

=

(

hr

)

xj/s

=

(

gcsr

)

xj/s

=

(

gcxj

)

r

=

pkr

j

=

C

1

(where C1

=

pkri) and outputs

(

C

1

,

C2

,

C3

,

C4

)

.

– If user i is uncorrupted and user j is corrupted,Csolves for gr as it does in decryption (where C1

=

pkri), computes

grxj

=

pkr j

=

C ′ 1and outputs

(

C ′ 1

,

C2

,

C3

,

C4

)

.

• Challenge

. At some point,Aoutputs a challenge

(

i

,

m0

,

m1

)

, where i∗ is the index of an honest user.C responds

choosing a random

γ ∈ {

0

,

1

}

and setting:

C1

=

(

gb

)

xi

=

(

gcxi

)

b/c

=

pkb/c i∗ C2

=

(

gb

)

s

=

hb/c

,

C3

=

Q

·

mγ we compute

w

=

Hs

(

C2∗

,

C ∗ 3

)

. If x

+

iW ∗xi

̸=

km, the simulator aborts and submits a random guess forC. Otherwise,

we have F

(w

) =

0 mod p and the simulator computes the fourth ciphertext element:

C4

=

(

gb

)

J(w∗)

=

(

gcJ(w∗)

)

b/c

.

It outputs the challenge ciphertext C

=

(

C1

,

C2

,

C3

,

C4

)

. We note that Cis a valid encryption of m

γ if the simulator was given a BDH tuple. Otherwise, Cis independent of

γ

in

the adversary’s view.

• Decision.

Finally,Awill output a guess

γ

∈ {

0

,

1

}

. If

γ = γ

, thenCoutputs 1 (i.e., mDBDH instance), otherwiseC

outputs 0 (i.e., not an mDBDH instance). Referred to [26], if

(

qi=1K

(w

i

) =

1

x

+

i∈W∗xi

=

km

)

is hold, the challenger can succeed in proceeding to decryption

oracle and challenge. Then we have

Pr

[

Cbreaks mDBDH

] ≥

1

/

2

+

Pr

[

Abreaks II

]

/

2

+

λ.



4. Conclusion

By using a technique of Boyen–Mei–Waters, we propose a directly constructed multi-user bidirectional PRE scheme, which is CCA-secure in the standard model. Our approach is simple and the scheme constructed is efficient because our scheme does not use strongly-unforgeable one-time signature scheme. We prove it is secure under the decisional bilinear Diffie–Hellman assumption. The drawback of our scheme is that the public key is too long (made of about 160 elements of

G as in [27]).

This work motivates some interesting open problems. One problem is how to construct a key-private CCA-secure PRE scheme without random oracles. Another is how to construct a CCA-secure PRE scheme without too many security parameters in the direct method.

Acknowledgments

The authors are very grateful to the anonymous reviewers and the editor. Their many helpful and constructive comments and suggestions help us to improve this work significantly. This work of Lifeng Guo was also supported by Project for Returned Overseas of Shanxi Province and The Project by Youth Foundation of Shanxi Province (No. 2011021013-1) and Specialized Research Fund for the Doctoral Program of Higher Education of China (SRFDP) (No. 20101401120005). The work of Lei Hu was supported by the NSFC (No. 6107017210990011) and National Basic Research Program of China (No. 2007CB311201).

(7)

References

[1] M. Blaze, G. Bleumer, M. Strauss, Divertible protocols and atomic proxy cryptography, in: EUROCRYPT 1998, in: LNCS, vol. 1403, Springer-Verlag, 1998, pp. 127–144.

[2] G. Ateniese, K. Fu, M. Green, S. Hohenberger, Improved proxy re-encryption schemes with applications to secure distributed storage, in: Internet Society, ISOC, NDSS 2005, 2005, pp. 29–43.

[3] G. Ateniese, K. Fu, M. Green, S. Hohenberger, Improved proxy re-encryption schemes with applications to secure distributed storage, ACM Transactions on Information and System Security 9 (1) (2006) 1–30.

[4] G. Ateniese, K. Benson, S. Hohenberger, Key-private proxy re-encryption, in: CT-RSA 2009, in: LNCS, vol. 5473, Springer-Verlag, 2009, pp. 279–294. [5] R. Canetti, S. Hohenberger, Chosen-ciphertext secure proxy re-encryption, in: ACM CCS 2007, ACM, 2007, pp. 185–194.

[6] R. Canetti, S. Halevi, J. Katz, Chosen-ciphertext security from identity-based encryption, in: EUROCRYPT 2004, in: LNCS, vol. 3027, Springer-Verlag, 2004, pp. 207–222.

[7] B. Libert, D. Vergnaud, Unidirectional chosen-ciphertext secure proxy re-encryption, in: PKC 2008, in: LNCS, vol. 4939, Springer-Verlag, 2008, pp. 360–379.

[8] R. Canetti, H. Krawczyk, J.B. Nielsen, Relaxing chosen-ciphertext security, in: CRYPTO 2003, in: LNCS, vol. 2729, Springer-Verlag, 2003, pp. 565–582. [9] J. Weng, M.R. Chen, Y.J. Yang, R. Deng, K.F. Chen, F. Bao, CCA-secure unidirectional proxy re-encryption in the adaptive corruption model without

random oracles, Science China Information Sciences 53 (3) (2010) 593–606.

[10] H.D. Robert, J. Weng, S.L. Liu, K.F. Chen, Chosen-ciphertext secure proxy re-encryption schemes without pairings, in: CANS 2008, in: LNCS, vol. 5339, Springer-Verlag, 2008, pp. 1–17.

[11] J. Weng, H.D. Robert, S.L. Liu, K.F. Chen, Chosen-ciphertext secure bidirectional proxy re-encryption schemes without pairings, Information Science 180 (24) (2010) 5077–5089.

[12] J. Shao, Z.F. Cao, CCA-secure proxy re-encryption without pairings, in: PKC 2009, in: LNCS, vol. 5443, Springer-Verlag, 2009, pp. 236–257. [13] J. Weng, S.S.M. Chow, Y.J. Yang, R.H. Deng, Efficient unidirectional proxy re-encryption, Eprint Report 2009/189.

[14] X. Zhang, M.R. Chen, X. Li, Comments on Shao–Cao’s undirectional proxy re-encryption scheme form PKC 2009, Cryptology ePrint Archive, Report 2009/344.

[15] X.A. Wang, P. Wei, W.D. Zhong, X.Y. Yang, Bidirectional proxy re-encryption re-encryption schemes without pairing nor random oracle, in: 3rd IEEE International Conference on Computer Science and Information Technology, IEEE Press, 2010, pp. 674–677.

[16] Q. Tang, Type-based proxy re-encryption and its construction, in: INDOCRYPT 2008, in: LNCS, vol. 5365, Springer-Verlag, 2008, pp. 130–144. [17] J. Weng, R.H. Deng, X. Ding, C.K. Chu, J. Lai, Conditional proxy re-encryption secure against chosen-ciphertext attack, in: ASIACCS 2009, 2009,

pp. 322–332.

[18] L.M. Fang, W. Susilo, J.D. Wang, Anonymous conditional proxy re-encryption without random oracle, in: Provsec 2009, in: LNCS, vol. 5848, Springer-Verlag, 2009, pp. 47–60.

[19] J. Weng, Y.J. Yang, Q. Tang, R.H. Deng, F. Bao, Efficient conditional proxy re-encryption with chosen-ciphertext security, in: ISC 2009, in: LNCS, vol. 5735, Springer-Verlag, 2009, pp. 151–166.

[20] B. Libert, D. Vergnaud, Tracing malicious proxies in proxy re-encryption, in: Pairing 2008, in: LNCS, vol. 5209, Springer-Verlag, 2008, pp. 332–353. [21] M. Green, G. Ateniese, Identity-based proxy re-encryption, in: ACNS 2007, in: LNCS, vol. 4521, Springer-Verlag, 2007, pp. 288–306.

[22] T. Matauo, Proxy re-encryption systems for identity-based encryption, in: Pairing 2007, in: LNCS, vol. 4575, Springer, Heidelberg, 2007, pp. 247–267. [23] A.W. Xu, X.Y. Yang, Breaking and repairing proxy re-encryption from IBE to IBE pairing’07, Eprint Report 2008/387.

[24] C.K. Chu, W.G. Tzeng, Identity-based proxy re-encryption without random oracles, in: ISC 2007, in: LNCS, vol. 4779, Springer-Verlag, 2007, pp. 189–202. [25] J. Shao, D.S. Xing, Z.F. Cao, Identity-based proxy re-encryption schemes with multiuse, unidirection, and CCA security, Eprint Report 2008/103. [26] X. Boyen, Q. Mei, B. Waters, Direct chosen ciphertext security from identity based techniques, in: ACM CCS 2005, ACM, 2005, pp. 320–329. [27] B. Waters, Efficient identity based encryption without random oracles, in: EUROCRYPT 2005, in: LNCS, vol. 3494, Springer-Verlag, 2005, pp. 114–127. [28] M. Shai, B. Waters, Fuzzy identity-based encryption, in: EUROCRYPT 2005, in: LNCS, vol. 3494, Springer-Verlag, 2005, pp. 457–473.

References

Related documents

Taking Sides: Clashing Views on Controversial Environmental Issues (12 th edition) Guilford, CT: McGraw Hill/Dushkin.. Taking Sides: Clashing Views on Controversial Environmental

The objective of this study was to assess the survivorship and fecundity of the newly emerged females of the predatory species, Cryptolaemus montrouzieri Mulsant

LOD is expressed as the analyte concentration corresponding to the sample blank value plus three standard deviation and LOQ is the analyte concentration corresponding to the

46 Table 5.9 Experiment 5 results from Quiz-based algorithm, Hamer’s algorithm with different initial reputation values and naï ve averages acting on second-round peer-review

Since lateral osteotomy in subperiosteal plan increased periorbital edema and ecchymosis after rhinoplasty, performing lateral osteotomies without subperiosteal

In this section, we show that the two schemes RSE(2)PKC [KS04c] and RSSE(2)PKC [KS04b], recently proposed by Kasahara and Sakai, are special instances of STS — and will therefore

“Self-Reported Attitudes of Elite Athletes Towards Doping: Differences Between Type of Sport.” International Journal of Sports Medicine 27, no. Altukhov, Sergey, and

Nomenclature ... Literature review ... &#34;Grafting From&#34; Approach to the Synthesis of Photo-degrading Polyurethane Foams utilizing 2,2-Dimethylolpropionic Acid