Skip to main content
Sensors (Basel, Switzerland) logoLink to Sensors (Basel, Switzerland)
. 2014 Nov 6;14(11):21023–21044. doi: 10.3390/s141121023

A Provably-Secure ECC-Based Authentication Scheme for Wireless Sensor Networks

Junghyun Nam 1, Moonseong Kim 2, Juryon Paik 3, Youngsook Lee 4, Dongho Won 3,*
PMCID: PMC4279523  PMID: 25384009

Abstract

A smart-card-based user authentication scheme for wireless sensor networks (in short, a SUA-WSN scheme) is designed to restrict access to the sensor data only to users who are in possession of both a smart card and the corresponding password. While a significant number of SUA-WSN schemes have been suggested in recent years, their intended security properties lack formal definitions and proofs in a widely-accepted model. One consequence is that SUA-WSN schemes insecure against various attacks have proliferated. In this paper, we devise a security model for the analysis of SUA-WSN schemes by extending the widely-accepted model of Bellare, Pointcheval and Rogaway (2000). Our model provides formal definitions of authenticated key exchange and user anonymity while capturing side-channel attacks, as well as other common attacks. We also propose a new SUA-WSN scheme based on elliptic curve cryptography (ECC), and prove its security properties in our extended model. To the best of our knowledge, our proposed scheme is the first SUA-WSN scheme that provably achieves both authenticated key exchange and user anonymity. Our scheme is also computationally competitive with other ECC-based (non-provably secure) schemes.

Keywords: wireless sensor network, authentication scheme, authenticated key exchange, user anonymity, smart card, two-factor security

1. Introduction

As various sensors emerge and the related technologies advance, there has been a dramatic increase in the interest in wireless sensor networks (WSNs). Today, billions of physical, chemical and biological sensors are being deployed into various types of WSNs for numerous applications, including military surveillance, wildlife monitoring, vehicular tracking and healthcare diagnostics [1]. A major benefit of WSN systems is that they provide unprecedented abilities to explore and understand large-scale, real-world data and phenomena at a fine-grained level of temporal and spatial resolution. However, providing an application service in a WSN environment introduces significant security challenges to be addressed among the involved parties: users, sensors and gateways. One important challenge is to achieve authenticated key exchange between users and sensors (via the assistance of a gateway), thereby preventing illegal access to the sensor data and their transmissions. Authenticated key exchange in WSNs is more challenging to achieve than in traditional networks due to the sensor network characteristics, such as resource constraints, unreliable communication channel and unattended operation. Another important challenge is to provide user anonymity, which makes authenticated key exchange even harder. As privacy concern increases, user anonymity has become a major security property in WSN applications, as well as in many other applications, like mobile roaming services, anonymous web browsing, location-based services and e-voting. User authentication schemes for WSNs are designed to address these security challenges [2,3], and are a subject of active research in network security and cryptography.

Generally speaking, the design of cryptographic schemes (including user authentication schemes for WSNs) is error-prone, and their security analysis is time-consuming. The difficulty of getting a high level of assurance in the security of cryptographic schemes is well illustrated with examples of flaws discovered in many such schemes years after they were published; see, e.g., [46]. The many flaws identified in published schemes over the decades have promoted formal security analyses, which are broadly classified into two approaches [7,8]: the computer security approach and the computational complexity approach. The computer security approach places its emphasis on automated machine specification and analysis mostly in the Dolev–Yao adversarial model [9], where the underlying cryptographic primitives are often used in a black-box manner ignoring some of cryptographic details. The main problem with this automated approach is intractability and undecidability, as the adversary may exhibit a large set of possible behaviors, which leads to a state explosion. Cryptographic schemes proven secure in such a fashion could possibly be flawed, yielding a false positive result. In contrast, the computational complexity approach places its emphasis on deriving a polynomial-time reduction from the problem of breaking the scheme into another problem believed to be hard. A complete computational proof under a well-established cryptographic assumption provides a strong assurance that the security properties of the scheme are satisfied. Accordingly, it has been standard practice for the designers of cryptographic schemes to provide a proven reduction for the security of their schemes in a widely-accepted model [10,11]. Although these human-generated mathematical proofs are usually lengthy and complicated, they are certainly an invaluable tool for getting secure cryptographic schemes.

In 2009, Das [12] proposed a smart-card-based user authentication scheme for wireless sensor networks; throughout the paper, we call such a scheme a SUA-WSN scheme. Since then, the design of SUA-WSN schemes has received significant attention from researchers due to their potential to be widely deployed, and a number of solutions offering various levels of efficiency and security have been subsequently proposed [2,3,1327]. Early schemes only aimed to achieve mutual authentication [1315], while later schemes attempted to provide additional security properties, such as authenticated key exchange [2,3,1627] and user anonymity [2,3,20,2224,26]. Some schemes [16,21,27] employ elliptic curve cryptography to provide perfect forward secrecy, while others [2,3,1214,1720,2226] only use symmetric cryptography and hash functions to focus on improving the efficiency.

One important security requirement for SUA-WSN schemes is to ensure that only a user who is in possession of both a smart card and the corresponding password can pass the authentication check of the gateway and gain access to the sensor network and data. A SUA-WSN scheme that meets this requirement is said to achieve two-factor security. To properly capture the notion of two-factor security, the adversary against SUA-WSN schemes is assumed to be able to either extract the sensitive information in the smart card of a user possibly via a side-channel attack [28,29] or learn the password of the user through shoulder-surfing or by exploiting a malicious card reader, but not both. Clearly, there is no means to prevent the adversary from impersonating a user if both the password of the user and the information in the smart card are disclosed.

Despite the research efforts over the recent years, it remains a significant challenge to design a robust SUA-WSN scheme that carries a formal proof of security in a widely-accepted model. As summarized in Table 1, most of the published schemes either provide no formal analysis of security [3,1214,16,2022,2426] or fail to achieve important security properties, such as mutual authentication, session-key security, user anonymity, two-factor security and resistance against various attacks [3,1316,19,2127,30,31]. Some schemes [2,1719,23,27] have been proven secure using a computer security approach, which, as mentioned above, suffers from intractability and undecidability and could possibly give a false positive result. To the best of our knowledge, Chen and Shih's scheme [15] is the only SUA-WSN scheme that was proven secure using a computational complexity approach. However, Chen and Shih's scheme does not provide key exchange functionality, but only focuses on mutual authentication (and thus, inherently, cannot carry a proof of authenticated key exchange). Moreover, the security model used for this scheme captures neither the user anonymity property nor the notion of two-factor security.

Table 1.

A summary of security results for existing SUA-WSN (smart-card-based user authentication scheme for wireless sensor networks) schemes.

Scheme Security Justification Major Weaknesses
Das [12] Heuristic arguments No key-exchange functionality
He et al. (2010) [13] Heuristic arguments No key-exchange functionality
Khan and Alghathbar [14] Heuristic arguments No key-exchange functionality
Chen and Shih [15] Computational complexity approach (only for entity authentication) No key-exchange functionality
Yeh et al. [16] Heuristic arguments Failures of mutual authentication and forward secrecy [30]
Kumar et al. (2011) [2] Computer security approach Vulnerability to a node capture attack [24]
Kumar et al. (2012) [17] Computer security approach Failures of authenticated key exchange, user anonymity and two-factor security [3,23]
Yoo et al. [18] Computer security approach Vulnerability to a man-in-the-middle attack [22]
Vaidya et al. [19] Computer security approach Failure of user authentication [25]
Xue et al. [20] Heuristic arguments Vulnerability to a privileged insider attack [26]
Shi and Gong [21] Heuristic arguments Failures of authenticated key exchange and two-factor security [27]
Kumar et al. (2013) [22] Heuristic arguments
He et al. (2013) [23] Computer security approach
Chi et al. [24] Heuristic arguments
Kim et al. [25] Heuristic arguments
Khan and Kumari [3] Heuristic arguments
Jiang et al. [26] Heuristic arguments
Choi et al. [27] Computer security approach No provision of user anonymity

The contributions of this paper are two-fold:

  • (1)

    We present a security model for the analysis of sua-wsn schemes. Our security model is derived by extending the widely-accepted model of Bellare, Pointcheval and Rogaway [10] to incorporate into it the user anonymity property and the notion of two-factor security. Notice that the original Bellare–Pointcheval–Rogaway (BPR) model for authenticated key exchange (AKE) already captures insider attacks, offline dictionary attacks and other common attacks. We refer readers to [32] to understand how a key exchange scheme that is vulnerable to an offline dictionary attack can be rendered insecure in the BPR model. Our extension of the BPR model provides two security definitions, one for the AKE security and one for the user anonymity property, and both definitions capture the notion of two-factor security. Security properties like authentication, session-key security, perfect forward secrecy, known-key security and resistance against insider attacks and offline dictionary attacks are implied by the AKE security.

  • (2)

    We propose the first SUA-WSN scheme whose AKE security, as well as user anonymity are formally proven in a widely-accepted model. Our scheme employs elliptic curve cryptography (ECC) to provide perfect forward secrecy, but differs from other ECC-based schemes [16,21,27] in that it provides user anonymity. We prove the security properties of our scheme in the random oracle model under the elliptic curve computational Diffie–Hellman (ECCDH) assumption. We also show that our provably-secure scheme is computationally competitive compared with other ECC-based (non-provably secure) schemes.

Table 2 shows the basic notation that is used consistently throughout this paper.

Table 2.

Basic notation.

Symbol Description
UR User
SR Sensor
GW Gateway
IDUR,IDSR,IDGW Identities of UR, SR and GW
pwUR Password of U
sk Session key
graphic file with name sensors-14-21023i3.jpg Probabilistic polynomial-time adversary
L(·),H(·),F(·) Cryptographic hash functions
Enck(·)/Deck(·) Symmetric encryption/decryption under key k
MAC Message authentication code
Mack(·)/Verk(·) MAC generation/verification under key k
Bitwise exclusive-or (XOR) operation
String concatenation operation
{0,1}n Bit strings of length n

The remainder of this paper is structured as follows. Section 2 describes our extended security model for the analysis of SUA-WSN schemes. Section 3 presents the proposed SUA-WSN scheme along with cryptographic primitives on which the security of the scheme relies and then compares our scheme with other ECC-based schemes, both in terms of efficiency and security. Section 4 provides proofs of the user anonymity property and the AKE security for our scheme. Section 5 concludes the paper, summarizing our result and presenting some interesting future work.

2. Our Extended Security Model for SUA-WSN Schemes

In this section, we present a security model extended from the BPR model [10] to capture the security properties of SUA-WSN schemes.

Participants and long-lived keys. Let GW be the gateway and Inline graphic Inline graphic and Inline graphic Inline graphic be the sets of all sensors and users, respectively, registered with GW. Let ɛ = {GW} ∪ Inline graphic Inline graphicInline graphic Inline graphic. We identify each entity Eɛ by a string, and interchangeably use E and IDE to refer to this identifier string. To properly capture the user anonymity property, we assume that: (1) each user URInline graphicInline graphic has its pseudo identity PIDUR (as well as its true identity IDUR); and (2) the adversary Inline graphic is given only PIDUR, but not IDUR. A user UR may run multiple sessions of the authentication and key exchange protocol of the scheme (hereafter simply called the protocol), either serially or concurrently, to anonymously establish a session key with a sensor SRInline graphicInline graphic via the assistance of the gateway GW. Therefore, at any given time, there could be multiple instances of the entities UR, SR and GW. We use ΠEi to denote instance i of entity EE. Instances of UR and SR are said to accept when they compute a session key in an execution of the protocol. We denote the session key of ΠEi by skEi. Before the protocol is ever executed,

  • GW generates its master secret(s), issues a smart card to each URInline graphicInline graphic and establishes a shared key with each SRInline graphicInline graphic; and

  • each URInline graphicInline graphic chooses its private password pwUR from the set of all possible passwords.

Partnering. Informally, we say that two instances are partners (or partnered) if they participate together in a protocol session and establish a shared key. Formally, the partner relationship between instances is defined in terms of the notion of the session identifier. A session identifier (sid) is literally an identifier of a protocol session and is typically defined as a function of the messages exchanged in the session. Let sidEi denote the sid of instance ΠEi. We say that two instances, ΠURi and ΠSRj, are partners if: (1) both instances have accepted; and (2) sidURi=sidSRj.

Adversary capabilities. The adversary Inline graphic is a probabilistic polynomial-time (ppt) machine, which has full control of all communications between entities. More specifically, the PPT adversary Inline graphic is able to: (1) eavesdrop, modify, intercept, delay and delete the protocol messages; (2) ask entities to open up access to session keys and long-term keys; and (3) extract the sensitive information on the smart cards of users. These capabilities of Inline graphic are modeled using a pre-defined set of oracles to which Inline graphic is allowed to ask queries. We assume that, when making oracle queries directed at (instances of) UR, the adversary Inline graphic uses the pseudo identity PI DUR, since it does not know the true identity IDUR. The oracle queries are described as follows:

  • Execute ( ΠURi, ΠSRj, ΠGWk): This query models passive eavesdropping on the protocol messages. It prompts a protocol execution among the instances ΠURi, ΠSRj and ΠGWk and returns the transcript of the protocol execution to Inline graphic.

  • Send(Ei,m), m): This query sends a message m to an instance ΠEi, modeling active attacks against the protocol. Upon receiving m, the instance ΠEi proceeds according to the protocol specification. Any message generated by ΠEi is output and given to Inline graphic. A query of the form Send( ΠURi, start) prompts ΠURi to initiate a protocol session.

  • Reveal( ΠEi): This query captures known key attacks. Upon receiving this query, the instance ΠEi returns its session key skEi back to Inline graphic (if it has accepted).

  • CorruptLL(E): This query returns the long-lived secret(s) of entity E, capturing the notion of forward secrecy, as well as resistance to unknown key share attacks and insider attacks.

  • CorruptSC(UR): This query captures side-channel attacks (i.e., the notion of two-factor security) and returns the information stored in the smart card of UR.

  • TestAKE( ΠEi): This query is used for defining the indistinguishability-based security of session keys. The output of the query depends on a random bit b chosen by the oracle; in response to the query, either the real session key skEi if b = 1 or a random key drawn from the session-key space if b = 0 is returned to Inline graphic.

  • TestID(UR): This query is used for determining whether the protocol provides user anonymity or not. Depending on a random bit b chosen by the oracle, Inline graphic is given either the identity actually used for UR in the protocol sessions (when b = 1) or a random identity drawn from the identity space (when b = 0).

SR and GW are said to be corrupted when they are asked a CorruptLL query, while UR is considered as corrupted if it has been asked both CorruptLL and CorruptSC queries.

Authenticated key exchange (AKE). We define the AKE security of the authentication and key exchange protocol P by using the notion of freshness of instances. Informally, a fresh instance refers to an instance whose session key should be kept indistinguishable from a random key to the adversary Inline graphic, and an unfresh instance refers to an instance that holds a session key that can be distinguishable from a random key by trivial means. A formal definition of freshness follows:

Definition 1 (Freshness). An instance ΠEi is fresh unless one of the following occurs:

  1. Inline graphic queries Reveal( ΠEi) or Reveal( ΠEj), where ΠEj, is the partner of ΠEi;

  2. Inline graphic queries CorruptLL(SR) or CorruptLL(GW) before ΠEi accepts.

  3. Inline graphic queries both CorruptLL(UR) and CorruptSC(UR), for some URInline graphicInline graphic, before ΠEi accepts.

The AKE security of the protocol P is defined in the context of the following two-phase experiment: Experiment ExpAKE0:

Phase 1. Inline graphic freely asks any oracle queries, except that:

  1. Inline graphic is not allowed to ask queries of the TestID oracle.

  2. Inline graphic is not allowed to ask the TestAKE( ΠEi) query if the instance ΠEi is not fresh.

  3. Inline graphic is not allowed to ask the Reveal( ΠEi) query if it has already asked a TestAKE query of ΠEi or its partner instance.

Phase 2. When Phase 1 is over, Inline graphic outputs a bit b′ as a guess of the random bit b selected by the TestAKE oracle. Inline graphic succeeds if b = b′.

Let SuccAKE0 be the event that Inline graphic succeeds in the experiment ExpAKE0. Let AdvPAKE(A) denote the advantage of Inline graphic in breaking the AKE security of protocol P and be defined as AdvPAKE(A)=2 · PrP,Inline graphic[SuccAKE0] − 1.

Definition 2 (AKE security). The authentication and key exchange protocol P is AKE-secure if AdvPAKE(A) is negligible for any PPT adversary Inline graphic.

User anonymity. The AKE security does not imply user anonymity. In other words, an authentication and key exchange protocol that does not provide user anonymity may still be rendered AKE secure.

Hence, a new, separate definition is necessary to capture the user anonymity property. Our definition of user anonymity is based on the notion of cleanness.

Definition 3 (Cleanness). A user U RInline graphicInline graphic is clean unless one of the following occurs:

  1. Inline graphic queries CorruptLL(GW).

  2. Inline graphic queries both CorruptLL(UR) and CorruptSC(UR).

Note that this definition of cleanness does not impose any restriction on asking a CorruptLL query to SR. This reflects our objective to achieve user anonymity even against the sensor SR.

Now, consider the following experiment to formalize the user anonymity property:

Experiment ExpID0:

  • Phase 1.
    A freely asks any oracle queries, except that:
    1. Inline graphic is not allowed to ask queries of the TestAKE oracle.
    2. Inline graphic is not allowed to ask the TestID(UR) query if the user UR is not clean.
    3. Inline graphic is not allowed to ask CorruptLL and CorruptSC queries against GW and UR if it has already asked the TestID(UR) query.
  • Phase 2.

    When Phase 1 is over, Inline graphic outputs a bit b′ as a guess on the random bit b selected by the TestID oracle. Inline graphic succeeds if b = b′.

Let SuccID0 be the event that A succeeds in the experiment ExpID0. Then, we define the advantage of Inline graphic in attacking the user anonymity of protocol P as AdvPID(A)=2PrP,A[SuccID0]1.

Definition 4 (User anonymity). The authentication and key exchange protocol P provides user anonymity if AdvPID(A) is negligible for any PPT adversary Inline graphic.

3. The Proposed SUA-WSN Scheme

This section presents our ECC-based user authentication scheme for wireless sensor networks. Our scheme consists of three phases: the registration phase, the authentication, the key exchange phase and the password update phase. We begin by describing the cryptographic primitives on which the security of our scheme relies.

3.1. Preliminaries

Elliptic curve computational Diffie-Hellman (ECCDH) problem. Let Inline graphic be an elliptic curve group of prime order q. Typically, Inline graphic will be a subgroup of the group of points on an elliptic curve over a finite field. Let P be a generator of Inline graphic. Informally stated, the ECCDH problem for Inline graphic is to compute xyPInline graphic when given two elements xP, yPInline graphic2, where x and y are chosen at random from q*. We say that the ECCDH assumption holds in Inline graphic if it is computationally intractable to solve the ECCDH problem for Inline graphic. More formally, we define the advantage of an algorithm Inline graphic in solving the ECCDH problem for Inline graphic as AdvGECCDH(A)=Pr[A(G,xP,yP)=xyP]. We say that the ECCDH assumption holds in Inline graphic if AdvGECCDH(A) is negligible for all PPT algorithms Inline graphic. We use AdvGECCDH(t) to denote the maximum value of AdvGECCDH(A) over all algorithms Inline graphic running in time at most t.

Symmetric encryption schemes. A symmetric encryption scheme Γ algorithms (Enc, Dec) where: (1) the encryption algorithm Enc takes as input an ℓ-bit key k and a plain text message m and outputs a ciphertext c; and (2) the decryption algorithm Dec takes as input a key k and a ciphertext c and outputs a message m. We require that Deck(Enck(m)) = m holds for all k ∈ {0,1} and all mInline graphic, where Inline graphic is the plain text space. For an eavesdropping adversary Inline graphic against Γ and for an integer n ≥ 1 and a random bit bR {0,1}, consider the following indistinguishability experiment:

Experiment ExpΓINDEAV(A,n,b)
for i = 1 to n
  kiR {0,1}
   (m0,i,m1,i) ← Inline graphic(Γ)
  ci ← Encki(mb,i)
   Inline graphic(ci)
b′Inline graphic, where b′ ∈ {0,1}
return b′

Let AdvΓINDEAV(A) be the advantage of an eavesdropper Inline graphic in violating the indistinguishability of Γ, and let it be defined as:

AdvΓINDEAV(A)=|Pr[ExpΓINDEAV(A,n,0)=1]Pr[ExpΓINDEAV(A,n,0)=1]|.

We say that Γ is secure if AdvΓINDEAV(A) is negligible in ℓ for any PPT adversary Inline graphic. We define AdvΓINDEAV(t) as AdvΓINDEAV(t)=maxA{AdvΓINDEAV(A)}, where the maximum is over all PPT adversaries Inline graphic running in time at most t.

Message authentication codes. A message authentication code (MAC) scheme Δ is a pair of efficient algorithms (Mac, Ver) where: (1) the MAC generation algorithm Mac takes as input an ℓ-bit key k and a message m and outputs a MAC δ and (2) the MAC verification algorithm Ver takes as input a key k, a message m and a MAC δ and outputs one if δ is valid for m under k or outputs zero if δ is invalid. Let AdvΔEUCMA(A) be the advantage of an adversary Inline graphic in violating the strong existential unforgeability of Δ under an adaptive chosen message attack. More precisely, AdvΔEUCMA(A) is the probability that an adversary Inline graphic, who mounts an adaptive chosen message attack against Δ with oracle access to Mack(·) and Verk(·), outputs a message/MAC pair (m,δ), such that: (1) Verk(m, δ) = 1; and (2) δ was not previously output by the oracle Mackk as a MAC on the message m. We say that the MAC scheme Δ is secure if AdvΔEUCMA(A) is negligible for every PPT adversary Inline graphic. Let AdvΔEUCMA(t) denote the maximum value of AdvΔEUCMA(A) over all adversaries Inline graphic running in time at most t.

Cryptographic hash functions. Our scheme uses three cryptographic hash functions L : {0,1}* → {0,1}, H : {0,1}* → {0,1}κ and F : {0,1}* → {0,1}ɛ, where ℓ is as defined for Δ and Γ, κis the bit-length of session keys and ε is the bit-length of SIDUR (see Section 3.2.1 for the definition of SIDUR). These hash functions are modeled as random oracles in our security proofs.

3.2. Description of the Scheme

The public system parameters for our scheme include:

  1. an elliptic curve group Inline graphic with a generator P of prime order q,

  2. a symmetric encryption scheme Γ = (Enc, Dec),

  3. a MAC scheme Δ = (Mac, Ver), and

  4. three hash functions L, H and F.

We assume that these public system parameters are fixed during an initialization phase and are known to all parties in the network. As part of the initialization, the gateway GW chooses two master keys x,yq*, computes its public key X = xP and establishes a shared secret key kGS = L(IDSRy) with each sensor SR.

3.2.1. Registration Phase

A user UR registers itself with the gateway GW as follows:

  1. UR chooses its identity I DUR and password pwUR freely and submits the identity I DUR to GW via a secure channel.

  2. GW computes SIDUR = EncL(x)(IDURIDGW) and issues UR a smart card loaded with {SIDUR, X, IDGW, Inline graphic, P, Γ, Δ, L, H, F}. (We assume that q is implicit in Inline graphic.)

  3. UR replaces SIDUR with TIDUR = SIDURF(IDURpwUR).

This phase of user registration is depicted in Figure 1.

Figure 1.

Figure 1.

User registration.

3.2.2. Authentication and Key Exchange Phase

UR needs to perform this phase with SR and GW whenever it wishes to gain access to the sensor network and data. The steps of the phase are depicted in Figure 2 and are described as follows:

  • Step 1.
    UR inserts its smart card into a card reader and inputs its identity IDUR and password pwUR. Given IDUR and pwUR, the smart card retrieves the current timestamp T1, selects a random aq* and computes:
    A=aP,KUG=aX=axP,kUG=L(T1AKUG),SIDUR=TIDURF(IDURpwUR)=EncL(x)(IDURIDGW),CUR=EnckUG(SIDURIDURIDSR).

    After the computations, the smart card sends the message M1 = 〈IDGW, T1, A, CUR〉 to the sensor SR.

  • Step 2.
    Upon receiving M1, SR first checks the freshness of T1. If T1 is not fresh, SR aborts the protocol. Otherwise, SR retrieves the current timestamp T2, chooses a random bq* and computes B and δsr as follows:
    B=bP,δSR=MackGS(IDSRT2BM1).

    Then, SR sends the message M2 = 〈IDSR, T2, B, δSR〉 along with M1 to GW.

  • Step 3
    After having received M1 and M2, GW verifies that: (1) T1 and T2 are fresh; and (2) VerkGS(IDSRT2BM1, δSR) = 1. If any of the verifications fails, GW aborts the protocol. Otherwise, GW computes KUG = xA and kUG = L(T1‖A‖KUG), decrypts CUR with key kUG and checks if the decryption produces the same IDSR as contained in M2. GW aborts if the check fails. Otherwise, GW decrypts SIDUR with key L(x) and checks if this decryption yields the same IDUR as produced through the decryption of CUR. If only the two IDs match, GW computes:
    δGWUR=MackUG(IDGWIDSRAB),δGWSR=MackGS(IDGWIDSRBA),
    and sends two messages M3 = 〈IDGW, IDSR, B, δGWUR 〉 and M4 = 〈IDGW,IDsr,A, δGWSR 〉 to SR.
  • Step 4.

    When receiving M3 and M4, SR verifies that VerkGS(IDGWIDSRBA, δGWSR) = 1. If the verification fails, SR aborts the protocol. Otherwise, SR forwards the message M3 to UR and computes the shared secret KSU = bA and the session key sk = H(ABKSU).

  • Step 5.

    Upon receiving M3, UR checks if VerkUG(IDGWIDSRAB, δGWSR) = 1. U R aborts the protocol if the check fails. Otherwise, U R computes KSU = aB and sk = H(ABKSU).

Figure 2.

Figure 2.

The authentication and key exchange protocol.

Since KSU = bA = aB = abP, UR and SR will compute the same session key sk = H(ABabP; in the presence of a passive adversary.

3.2.3. Password Update Phase

One of the general guidelines to get better password security is to ensure that passwords are changed at regular intervals. Our scheme allows users to update their passwords at will.

  1. UR inserts his smart card into a card reader and enters the identity IDUR, the current password pwUR and the new password pwUR.

  2. The smart card computes TIDUR=TIDURF(IDURpwUR)F(IDURpwUR) and replaces TIDUR with TIDUR.

3.3. Performance and Security Comparison

Table 3 compares our scheme with other ECC-based SUA-WSN schemes in terms of the computational requirements, the AKE security and user anonymity. For fairness of comparison, SUA-WSN schemes that use only lightweight symmetric cryptographic primitives are not considered in the table since they cannot achieve forward secrecy, but have a clear efficiency advantage over the ECC-based schemes.

Table 3.

A comparison of elliptic curve cryptography (ECC)-based SUA-WSN schemes. AKE, authenticated key exchange.

Scheme Computation Security


SR UR+SR+GW AKE Anonymity
Our scheme 2M +2A+1H 6M +3E +6A+6H Proven Proven

Choi et al. [27] 2M +5H 6M +18H Proven using a computer security approach No

Shi and Gong [21] 2M +4H 6M +15H Broken [27] No

Yeh et al. [16] 2M +1P + 2H 8M +2P +9H Broken [30] No

M: scalar-point multiplication; P: map-to-point operation; E: symmetric encryption/decryption; A: MAC generation/verification; H: hash function evaluation.

The scalar-point multiplication and map-to-point operation are much more expensive than the other operations considered in the table, such as symmetric encryption/decryption, MAC generation/verification and hash function evaluation. The total number of modular exponentiations and map-to-point operations required in Yeh et al.'s scheme [16] is 10, while the number is reduced to six in the other schemes. Therefore, the overall performance of Yeh et al.'s scheme is not as good as those of the other schemes.

From the viewpoint of the computational burden on the sensor SR, our scheme is competitive with Choi et al.'s scheme [27] and Shi and Gong's scheme [21], since a MAC generation/verification is almost as fast as a hash function evaluation. According to Crypto++ benchmarks, HMACwith SHA-1 takes 11.9 cycles per byte, while SHA-1 takes 11.4 cycles per byte (see Table 4).

Table 4.

A result of Crypto++ benchmarks for HMAC, SHA-1 and AES.

Algorithm HMAC (SHA-1) SHA-1 AES/CTR AES/CBC AES/OFB AES/ECB
Cycles Per Byte 11.9 11.4 12.6 16.0 16.9 16.0

Another point we wish to make is that a hash function evaluation with a long input string may not be faster than a symmetric encryption with a relatively short plain text input, though the opposite is generally true for the same length of inputs. For example, the computation of the ciphertext CUR in our scheme is unlikely to be more expensive than the computations of the hash values β, γ and δ, which are defined in both Choi et al.'s scheme and Shi and Gong's scheme. In this sense, it is fair to say that our scheme is competitive also in terms of the overall computational cost.

As is obvious from the table, our scheme is the only one that provides user anonymity (regardless of whether it is proven or not). This explains how the other schemes could have been designed without using any form of encryption algorithm. Choi et al. [27] prove that their scheme achieves the AKE security, but only using a computer security approach. In contrast, we use a computational complexity approach in proving both the AKE security and the user anonymity property

4. Security Results

Let P denote the authentication and key exchange protocol of our scheme depicted in Figure 2. This section proves that the protocol P is AKE-secure and provides user anonymity (against any party other than the gateway GW); see Section 2 for the formal definitions of the AKE security and the user anonymity property

4.1. Proof of AKE Security

Theorem 1. Our authentication and key exchange protocol P is AKE-secure in the random oracle model under the ECCDH assumption in Inline graphic and the security of the MAC scheme Δ.

Proof. Assume a ppt adversary Inline graphic against the AKE security of the protocol P. We prove the theorem by making a series of modifications to the original experiment ExpAKE0, bounding the effect of each change in the experiment on the advantage of Inline graphic and ending up with an experiment where Inline graphic has no advantage (i.e., Inline graphic has a success probability of 1/2). Let SuccAKEi denote the event that Inline graphic correctly guesses the random bit b selected by the TestAKE oracle in experiment ExpAKEi. Let ti be the maximum time required to perform the experiment ExpAKEi involving the adversary Inline graphic.

Experiment ExpAKE1. In this first modified experiment, the simulator answers the queries to the L oracle as follows:

Simulation of the L oracle.

For each query of L on a string m, the simulator first checks if an entry of the form (m, l) is in a list called LList, which is maintained to store input-output pairs of L. If it is, the simulator outputs l as the answer to the hash query. Otherwise, the simulator chooses a random ℓ-bit string str, answers the query with str and adds the entry (m, str) to LList.

This is the only difference between ExpAKE1 and ExpAKE0; the simulator answers all other oracle queries of Inline graphic as in the original experiment ExpAKE0. Then, since ExpAKE1 is perfectly indistinguishable from ExpAKE0, it follows that:

Claim 1. PrP, Inline graphic[SuccAKE1] = PrP, Inline graphic[SuccAKE0].

Experiment ExpAKE2. In this experiment, we modify the computations of X and A as follows:

The ExpAKE2 modification.

  • The simulator chooses two random elements Y,Y′Inline graphic and sets X = Y′.

  • For every fresh instance, the simulator chooses a random rq* and sets A = rY. For other instances, the simulator computes A as in experiment ExpAKE1.

Due to the modification, the simulator does not know the master secret x. The simulator aborts the experiment if Inline graphic makes the CorruptLL(GW) query However, in this case, Inline graphic cannot gain any advantage, as no instance is considered fresh. In this experiment, the simulator simply sets each kUG to a random ℓ-bit string, since it does not know the ephemeral secret a and, thus, cannot compute the secret KUg. This means that the success probability of Inline graphic may be different between ExpAKE1 and ExpAKE2 if it asks an L(T1AKug) query However, this difference is bounded by Claim 2.

Claim 2. |PrP,A[SuccAKE2]PrP,A[SuccAKE1]|1/qLAdvGECCDH(t2), where qL is the number of queries made of the L oracle.

Proof. We prove the claim via a reduction from the ECCDH problem, which is believed to be hard, to the problem of distinguishing two experiments ExpAKE1 and ExpAKE2. Assume that the success probability of Inline graphic is non-negligibly different between ExpAKE1 and ExpAKE2. Then, we construct an algorithm Inline graphicECCDH that solves the ECCDH problem in Inline graphic with a non-negligible advantage. The objective of Inline graphicECCDH is to compute and output the value W = uvPInline graphic when given an ECCDH-problem instance (U = uP, V = vP) ∈ Inline graphic. Inline graphicECCDH runs Inline graphic as a subroutine while simulating all of the oracles on its own.

Inline graphicECCDH handles all of the oracle queries of Inline graphic as specified in experiment ExpAKE2, but using U and V in place of X and Y. When Inline graphic outputs its guess b′, Inline graphicECCDH chooses an entry of the form (T1AK, l) at random from LList and terminates outputting K/r. >From the simulation, it is not hard to see that Inline graphicECCDH outputs the desired result W = uvP with probability at least 1/qL if Inline graphic makes a L(T1AKUG) query for some fresh user instance. This completes Claim 2.

Before proceeding further, we define the event Forge as follows:

Forge: The event that the adversary Inline graphic asks a Send query of the form Send(Ei,Emsg) for uncorrupted E and E′, such that msg contains a MAC forgery.

Experiment ExpAKE3. This experiment is different from ExpAKE2 in that it is aborted and the adversary Inline graphic does not succeed if the event Forge occurs. Then, we have:

Claim 3. |PrP,A[SuccAKE3]PrP,A[SuccAKE2]|qsendAdvΔEUCMA(t3), where qsend is the number of queries made for the oracle Send.

Proof. Assume that the event Forge occurs with a non-negligible probability. Then, we construct an algorithm Inline graphicforge who generates, with a non-negligible probability, a forgery against the MAC scheme Δ. The algorithm Inline graphicforge is given access to the Mack(·) and Verk(·) oracles. The objective of Inline graphicforge is to produce a message/MAC pair (m, δ), such that: (1) Verk(m, δ) = 1; and (2) δ has not been output by the oracle Mack(·) on input m.

Let nk be the total number of MAC keys used in the sessions initiated via a Send query. Clearly, nkqsend. Inline graphicforge begins by selecting a random i ∈ {1,…, nk}. Let ki denote the i – th key among all of the nk MAC keys and Sendi be any Send query that is expected to be answered and/or verified using ki. Inline graphicforge runs Inline graphic as a subroutine and answers the oracle queries of Inline graphic as in experiment ExpAKE2, except that: it answers all Sendi queries by accessing its Mack(·) and Verk(·) oracles. As a result, the i — th MAC key ki is not used during the simulation. If Forge occurs against an instance who holds ki, Inline graphicforge halts and outputs the message/MAC pair generated by Inline graphic as its forgery. Otherwise, Inline graphicforge terminates with a failure indication.

If the guess i is correct, then the simulation is perfect and Inline graphicforge achieves its goal. Namely, AdvΔEUCMA(Aforge)=Pr[Forge]/nk. Since nkqsend, we get Pr[Forge]qsendAdvΔEUCMA(Aforge). Since Inline graphicforge runs in time at most t3, it follows, by definition, that AdvΔEUCMA(Aforge)AdvΔEUCMA(t3). This completes the proof of Claim 3.

Experiment ExpAKE4. We next modify the way of answering queries of the H oracle as follows:

Simulation of the H oracle.

For each H query on a string m, the simulator first checks if an entry of the form (m, h) is in a list called HList, which is maintained to store input-output pairs of H. If it is, h is the answer to the hash query. Otherwise, the simulator chooses a random κ-bit string str, answers the query with str and adds the entry (m, str) to HList.

Other oracle queries of Inline graphic are handled as in experiment ExpAKE3. Since ExpAKE4 is perfectly indistinguishable from ExpAKE3, it is clear that:

Claim 4. PrP, Inline graphic[SuccAKE4] = PrP, Inline graphic[SuccAKE3].

Experiment ExpAKE5. We finally modify the experiment so that, for each fresh instance of SR, the computation of B is done as follows:

The ExpAKE5 modification.

The simulator selects a random rq* and computes B = r′X.

The simulator sets the session key sk to a random κ-bit string for each pair of fresh instances, as it cannot compute KSU. Accordingly, the success probability of Inline graphic may be different between ExpAKE4 and ExpAKE5 if it asks an H(ABKSU) query. Claim 5 below bounds the difference:

Claim 5. |PrP,A[SuccAKE5]PrP,A[SuccAKE4]|1/qHAdvGECCDH(t5), where qH is the number of queries made of the H oracle.

Proof. Suppose that the difference in the advantage of Inline graphic between SuccAKE4 and SuccAKE5 is non-negligible. Then, from Inline graphic, we construct an algorithm Inline graphicECCDH that solves the ECCDH problem in Inline graphic with a non-negligible advantage. The objective of Inline graphicECCDH is to compute and output the value W = uvPInline graphic when given an ECCDH-problem instance (U = uP, V = vP) ∈ Inline graphic.

Inline graphicECCDH runs Inline graphic as a subroutine while answering all of the oracles queries by itself. Inline graphicECCDH handles the queries of Inline graphic as specified in the ExpAKE5 experiment, but using U and V in place of X and Y. When Inline graphic terminates and outputs its guess b′, Inline graphicECCDH selects an entry of the form (ABK, h) at random from HList and outputs K/rr′. If Inline graphic makes a H(ABKSU) query, Inline graphicECCDH outputs the desired result W = uvP with probability at least 1/qH. This completes Claim 5.

In experiment ExpAKE5, the adversary Inline graphic obtains no information on the random bit b selected by the TestAKE oracle, since the session keys of all fresh instances are selected uniformly at random from Inline graphic. Therefore, it follows that PrP, Inline graphic[SuccAKE5] = 1/2. This result combined with Claims 1–5 completes the proof of Theorem 1.

4.2. Proof of User Anonymity

Theorem 2. The authentication and key exchange protocol P provides user anonymity in the random oracle model under the ECCDH assumption in Inline graphic and the security of the symmetric encryption scheme Γ.

Proof. Assume a PPT adversary Inline graphic against the user anonymity property of the protocol P. As in the proof of Theorem 1, we make a series of modifications to the original experiment ExpID0, bounding the difference in the success probability of Inline graphic between two consecutive experiments and then ending up with an experiment where Inline graphic has a success probability of 1/2 (i.e., Inline graphic has no advantage). We use SuccIDi to denote the event that A correctly guesses the random bit b selected by the TestID oracle in experiment ExpIDi. Let ti be the maximum time required to perform the experiment ExpIDi involving the adversary Inline graphic.

Experiment ExpID1. This experiment is different from ExpID0 in that the random oracle L is simulated as follows:

Simulation of the L oracle.

For each query to L on a string m, the simulator first checks if an entry of the form (m, l) is in a list called LList, which is maintained to store input-output pairs of L. If it is, the simulator outputs l as the answer to the hash query. Otherwise, the simulator chooses a random ℓ-bit string str, answers the query with str and adds the entry (m, str) to LList.

Other oracle queries of Inline graphic are answered as in the original experiment ExpID0. Then, since L is a random oracle, ExpID1 is perfectly indistinguishable from ExpID0, and Claim 6 immediately follows.

Claim 6. PrP, Inline graphic[SuccID1] = PrP, Inline graphic[SuccID0].

Experiment ExpID2. Here, we modify the experiment so that A is computed as follows:

The ExpID2 modification.

  • The simulator chooses a random exponent yq* and computes Y = y P.

  • For each instance of users, the simulator chooses a random rq* and sets A = rY.

As a result of the modification, each KUg is set to xyrP for some random rq*. Since the view of Inline graphic is identical between ExpID2 and ExpID1, it follows that:

Claim 7. PrP, Inline graphic[SuccID2] = PrP,Inline graphic[SuccID1].

Experiment ExpID3. In this experiment, we modify the computations of X and A as follows:

The ExpID3 modification.

  • The simulator chooses two random elements Y,Y′Inline graphic and sets X = Y′.

  • For instances of every clean user, the simulator chooses a random rq* and sets A = rY. For other instances, the simulator computes A as in experiment ExpID2.

As a result, the simulator does not know the master secret x. The simulator aborts the experiment if Inline graphic makes the CorruptLL(GW) query However, in this case, Inline graphic cannot gain any advantage, as no user is considered clean (see Definition 3). In this experiment, the simulator simply sets each kUG to a random ℓ-bit string, since it does not know the ephemeral secret a and, thus, cannot compute the secret Kug. This means that the success probability of Inline graphic may be different between ExpID2 and ExpID3 if it asks an L(T1AKUg) query However, this difference is bounded by Claim 8.

Claim 8. |PrP,A[SuccID3]PrP,A[SuccID2]|1/qLAdvGECCDH(t3) where qL is the number of queries made to the L oracle.

Proof. We prove the claim via a reduction from the ECCDH problem, which is believed to be hard, to the problem of distinguishing two experiments ExpID2 and ExpID3. Assume that the success probability of Inline graphic is non-negligibly different between ExpID2 and ExpID3. Then, we construct an algorithm Inline graphicECCDH that solves the ECCDH problem in Inline graphic with a non-negligible advantage. The objective of Inline graphicECCDH is to compute and output the value W = uvPInline graphic when given an ECCDH-problem instance (U = uP, V = vP) ∈ Inline graphicAECCDH runs Inline graphic as a subroutine while simulating all of the oracles on its own.

Inline graphicECCDH handles all of the oracle queries of Inline graphic as specified in experiment ExpID3, but using U and V in place of X and Y. When Inline graphic outputs its guess b′, Inline graphicECCDH chooses an entry of the form (T1AK, l; at random from LList and terminates outputting K/r. >From the simulation, it is clear that Inline graphicECCDH outputs the desired result W = uvP with a probability of at least 1/qL if A makes a L(T1AKUG) query for some clean URInline graphicInline graphic. This completes Claim 8.

Experiment ExpID4. We finally modify the experiment so that, for each clean user URInline graphicInline graphic, a random identity ID′UR drawn from the identity space is used in place of the true identity IDUR in generating CUR.

Claim 9. |PrP,A[SuccID4]PrP,A[SuccID3]|AdvΓINDEAV(t4).

Proof. We prove the claim by constructing an eavesdropper Inline graphiceav who attacks the indistinguishability of Γ with advantage equal to |PrP, Inline graphic[SuccID4] − PrP, Inline graphic[SuccID3]|.

Inline graphiceav begins by choosing a random bit b ∈ {0,1}. Then, Inline graphiceav invokes the adversary Inline graphic and answers all of the oracle queries of Inline graphic as in experiment ExpID3, except that, for each clean user URInline graphicInline graphic, it generates CUR by accessing its own encryption oracle as follows:

  • Inline graphiceav outputs (SIDURIDURIDSR, SIDURID′URIDSR) as its plain text pair in the indistinguishability experiment ExpΓINDEAV. Let c be the ciphertext received in return for the plain text pair. Inline graphiceav sets Cur equal to the ciphertext c.

That is, Inline graphiceav sets CUR to the encryption of either SIDURIDURIDSR or SIDURIDURIDSR. Now, when Inline graphic terminates and outputs its guess b′, Inline graphiceav outputs one if b = b′, and zero otherwise. Then, it is clear that:

  • The probability that Inline graphiceav outputs one when the first plain texts are encrypted in the experiment ExpΓINDEAV is equal to the probability that Inline graphic succeeds in the experiment ExpID3.

  • The probability that Inline graphiceav outputs one when the second plain texts are encrypted in the experiment ExpΓINDEAV is equal to the probability that Inline graphic succeeds in the experiment ExpID4.

That is, AdvΓINDEAV(Aeav)=|PrP,A[SuccID4]PrP,A[SuccID3]|. Note that in the simulation, Inline graphiceav eavesdrops at most qsend encryptions, which is polynomial in the security parameter ℓ. This completes the proof of Claim 9.

In the experiment ExpID4, the adversary Inline graphic cannot gain any information on the random bit b selected by the TestID oracle, because the identities of all clean users are chosen uniformly at random from the identity space. It, therefore, follows that PrP, Inline graphic[SuccID4] = 1/2. This result combined with Claims 6–9 yields the statement of Theorem 2.

5. Concluding Remarks

We have extended the widely-accepted security model of Bellare, Pointcheval and Rogaway [10] to formally capture the security requirements for SUA-WSN schemes—smart-card-based user authentication schemes for wireless sensor networks. Our extended model provides formal definitions of the AKE security and the user anonymity property, while capturing the notion of two-factor security. We have also proposed a new SUA-WSN scheme and proved that it achieves user anonymity, as well as the AKE security in the extended model. To the best of our knowledge, our scheme is the first SUA-WSN scheme that is proven secure in a widely-accepted model.

We believe that our result lays a solid foundation for designing provably-secure two-factor authentication schemes for mobile roaming services, where user anonymity, as well as authenticated key exchange are also of critical security importance; see, e.g., the recent work of He et al. [33,34]. A concrete design of such a provably-secure roaming authentication scheme would be interesting future work. We also leave it as future work to present a formal treatment of security properties for three-factor authentication schemes [35].

Acknowledgments

This work was supported by Konkuk University.

Author contributions

M.K. and Y.L. conceived and designed the experiments; M.K. and Y.L. performed the experiments; J.P. and D.W. analyzed the data; J.N. and D.W. proved the security of the protocol; J.N. and J.P. wrote the paper.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  • 1.Rawat P., Singh K., Chaouchi H., Bonnin J. Wireless sensor networks: A survey on recent developments and potential synergies. J. Supercomput. 2014;68:1–48. [Google Scholar]
  • 2.Kumar P., Choudhury A., Sain M., Lee S., Lee H. RUASN: A robust user authentication framework for wireless sensor networks. Sensors. 2011;11:5020–5046. doi: 10.3390/s110505020. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3.Khan M., Kumari S. An improved user authentication protocol for healthcare services via wireless medical sensor networks. Int. J. Distrib. Sens. Netw. 2014;2014(347169) [Google Scholar]
  • 4.Choo K.K.R., Boyd C., Hitchcock Y. Errors in computational complexity proofs for protocols. Proceedings of ASIACRYPT 2005; Chennai, India. 4–8 December 2005; pp. 624–643. [Google Scholar]
  • 5.Nam J., Paik J., Won D. A security weakness in Abdalla et al.'s generic construction of a group key exchange protocol. Inf. Sci. 2011;181:234–238. [Google Scholar]
  • 6.Nam J., Choo K.K.R., Kim M., Paik J., Won D. Dictionary attacks against password-based authenticated three-party key exchange protocols. KSII Trans. Internet Inf. Syst. 2013;7:3244–3260. [Google Scholar]
  • 7.Choo K.K.R. Refuting security proofs for tripartite key exchange with model checker in planning problem setting. Proceedings of 19th IEEE Computer Security Foundations Workshop; Venice, Italy. 5–7 July 2006; pp. 297–308. [Google Scholar]
  • 8.Choo K.K.R. Secure Key Establishment. Springer; Berlin, Germany: 2008. [Google Scholar]
  • 9.Dolev D., Yao A. On the security of public key protocols. IEEE Trans. Inf. Theory. 1983;29:198–208. [Google Scholar]
  • 10.Bellare M., Pointcheval D., Rogaway P. Authenticated key exchange secure against dictionary attacks. Proceedings of EUROCRYPT 2000; Bruges, Belgium. 14–18 May 2000; pp. 139–155. [Google Scholar]
  • 11.Canetti R., Krawczyk H. Analysis of key-exchange protocols and their use for building secure channels. Proceedings of the International Conference on the Theory and Application of Cryptographic Techniques: Advances in Cryptology; Innsbruck, Austria. 6–10 May 2001; pp. 453–474. [Google Scholar]
  • 12.Das M. Two-factor user authentication in wireless sensor networks. IEEE Trans. Wirel. Commun. 2009;8:1086–1090. [Google Scholar]
  • 13.He D., Gao Y., Chan S., Chen C., Bu J. An enhanced two-factor user authentication scheme in wireless sensor networks. Adhoc Sens. Wirel. Netw. 2010;10:361–371. [Google Scholar]
  • 14.Khan M., Alghathbar K. Cryptanalysis and security improvements of “two-factor user authentication in wireless sensor networks”. Sensors. 2010;10:2450–2459. doi: 10.3390/s100302450. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 15.Chen T., Shih W. A robust mutual authentication protocol for wireless sensor networks. ETRI J. 2010;32:704–712. [Google Scholar]
  • 16.Yeh H., Chen T., Liu P., Kim T., Wei H. A secured authentication protocol for wireless sensor networks using elliptic curves cryptography. Sensors. 2011;11:4767–4779. doi: 10.3390/s110504767. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17.Kumar P., Lee S., Lee H. E-SAP: Efficient-strong authentication protocol for healthcare applications using wireless medical sensor networks. Sensors. 2012;12:1625–1647. doi: 10.3390/s120201625. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 18.Yoo S., Park K., Kim J. A security-performance-balanced user authentication scheme for wireless sensor networks. Int. J. Distrib. Sens. Netw. 2012;2012(382810) [Google Scholar]
  • 19.Vaidya B., Makrakis D., Mouftah H. Two-factor mutual authentication with key agreement in wireless sensor networks. Secur. Commun. Netw. 2012 doi: 10.1002/sec.517.. [DOI] [Google Scholar]
  • 20.Xue K., Ma C., Hong P., Ding R. A temporal-credential-based mutual authentication and key agreement scheme for wireless sensor networks. J. Netw. Comput. Appl. 2013;36:316–323. [Google Scholar]
  • 21.Shi W., Gong P. A new user authentication protocol for wireless sensor networks using elliptic curves cryptography. Int. J. Distrib. Sens. Netw. 2013;2013(730831) [Google Scholar]
  • 22.Kumar P., Gurtov A., Ylianttila M., Lee S., Lee H. A strong authentication scheme with user privacy for wireless sensor networks. ETRI J. 2013;35:889–899. [Google Scholar]
  • 23.He D., Kumar N., Chen J., Lee C., Chilamkurti N., Yeo S. Robust anonymous authentication protocol for health-care applications using wireless medical sensor networks. Multimed. Syst. 2013 doi: 10.1007/s00530-013-0346-9.. [DOI] [Google Scholar]
  • 24.Chi L., Hu L., Li H., Chu J. Analysis and improvement of a robust user authentication framework for ubiquitous sensor networks. Int. J. Distrib. Sens. Netw. 2014;2014(637684) [Google Scholar]
  • 25.Kim J., Lee D., Jeon W., Lee Y., Won D. Security analysis and improvements of two-factor mutual authentication with key agreement in wireless sensor networks. Sensors 2014. 14:6443–6462. doi: 10.3390/s140406443. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26.Jiang Q., Ma J., Lu X., Tian Y. An efficient two-factor user authentication scheme with unlinkability for wireless sensor networks. Peer-to-Peer Netw. Appl. 2014 doi: 10.1007/s12083-014-0285-z.. [DOI] [Google Scholar]
  • 27.Choi Y., Lee D., Kim J., Jung J., Nam J., Won D. Security enhanced user authentication protocol for wireless sensor networks using elliptic curves cryptography. Sensors. 2014;14:10081–10106. doi: 10.3390/s140610081. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 28.Kocher P., Jaffe J., Jun B. Differential power analysis. Proceedings of CRYPTO 1999; Santa Barbara, CA, USA. 15–19 August 1999; pp. 388–397. [Google Scholar]
  • 29.Messerges T., Dabbish E., Sloan R. Examining smart-card security under the threat of power analysis attacks. IEEE Trans. Comput. 2002;51:541–552. [Google Scholar]
  • 30.Han W. Weakness of a secured authentication protocol for wireless sensor networks using elliptic curves cryptography. [(accessed on 15 August 2014)]. Available online: http://eprint.iacr.org/2011/293.
  • 31.Kumar P., Lee H. Cryptanalysis on two user authentication protocols using smart card or wireless sensor networks. Proceedings of the IEEE Wireless Advanced (WiAd); London, UK. 20-22 June 2011; pp. 241–245. [Google Scholar]
  • 32.Nam J., Choo K.K.R., Paik J., Won D. Password-only authenticated three-party key exchange proven secure against insider dictionary attacks. Sci World J. 2014;2014 doi: 10.1155/2014/802359. No. 802359. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 33.He D., Kumar N., Khan M., Lee J. Anonymous two-factor authentication for consumer roaming service in global mobility networks. IEEE Trans. Consum. Electron. 2013;59:811–817. [Google Scholar]
  • 34.He D., Zhang Y., Chen J. Cryptanalysis and improvement of an anonymous authentication protocol for wireless access networks. Wirel. Pers. Commun. 2014;74:229–243. [Google Scholar]
  • 35.He D., Kumar N., Lee J., Sherratt R. Enhanced three-factor security protocol for USB mass storage devices. IEEE Trans. Consum. Electron. 2014;60:30–37. [Google Scholar]

Articles from Sensors (Basel, Switzerland) are provided here courtesy of Multidisciplinary Digital Publishing Institute (MDPI)

RESOURCES