Next Article in Journal
Bench-Top Fabrication of an All-PDMS Microfluidic Electrochemical Cell Sensor Integrating Micro/Nanostructured Electrodes
Next Article in Special Issue
Implementation and Analysis of Real-Time Streaming Protocols
Previous Article in Journal
Investigation of a Combined Surveying and Scanning Device: The Trimble SX10 Scanning Total Station
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Patients’ Data Management System Protected by Identity-Based Authentication and Key Exchange

by
Alexandra Rivero-García
1,
Iván Santos-González
1,
Candelaria Hernández-Goya
1,
Pino Caballero-Gil
1,* and
Moti Yung
2
1
Department of Computer Engineering and Systems, University of La Laguna, 38206 Tenerife, Spain
2
Computer Science Department, Snapchat and Columbia University, New York, NY 10027, USA
*
Author to whom correspondence should be addressed.
Sensors 2017, 17(4), 733; https://doi.org/10.3390/s17040733
Submission received: 31 January 2017 / Revised: 22 March 2017 / Accepted: 28 March 2017 / Published: 31 March 2017
(This article belongs to the Special Issue Selected Papers from UCAmI 2016)

Abstract

:
A secure and distributed framework for the management of patients’ information in emergency and hospitalization services is proposed here in order to seek improvements in efficiency and security in this important area. In particular, confidentiality protection, mutual authentication, and automatic identification of patients are provided. The proposed system is based on two types of devices: Near Field Communication (NFC) wristbands assigned to patients, and mobile devices assigned to medical staff. Two other main elements of the system are an intermediate server to manage the involved data, and a second server with a private key generator to define the information required to protect communications. An identity-based authentication and key exchange scheme is essential to provide confidential communication and mutual authentication between the medical staff and the private key generator through an intermediate server. The identification of patients is carried out through a keyed-hash message authentication code. Thanks to the combination of the aforementioned tools, a secure alternative mobile health (mHealth) scheme for managing patients’ data is defined for emergency and hospitalization services. Different parts of the proposed system have been implemented, including mobile application, intermediate server, private key generator and communication channels. Apart from that, several simulations have been performed, and, compared with the current system, significant improvements in efficiency have been observed.

1. Introduction

One of the most innovative paradigms of the last years in the healthcare sector is the integration of mobile devices in the practice of medicine and public health, known as mHealth. Its significance stems from the flexibility provided by the use of mobile devices. However, the potential security problems that arise from the use of mobile devices and their wireless interface must be carefully addressed due to the strict privacy requirements of medical data. In the work [1], a few recommendations to solve some of these problems are explained in detail.
This paper presents a secure and distributed system for the management of patients’ data in emergency and hospitalization services with the primary goal of improving efficiency and security. In particular, several cryptographic protocols are used to protect the confidentiality of the communications and the access control to patient records.
The risk of patient misidentification is an issue to which health authorities pay a lot of attention, in order to try to avoid dangerous consequences such as medication errors, incorrect surgical procedures, etc. [2]. In spite of that, statistical data on this subject are worrying. For example, in the UK, the National Health Service received more than 24,000 statements on misidentifications of patients in 2006–2007 [3].
One of the bases of the proposal is the use of Near Field Communication (NFC) [4], specifically NFC wristbands, for automatic patient identification. Unlike other technologies such as Radio Frequency IDentification (RFID) [5], Bluetooth or Wi-Fi [6], NFC is not oriented to continuous data transmission because it requires a temporal contact between the devices that interact in order to allow the exchange of information in a quick and timely manner. Although at first glance the distance factor for transmitting information may seem a limitation, it is actually a key point of this technology. The need for proximity between devices limits the types of attacks that can be launched. In addition, not requiring pairing between devices facilitates its use by medical staff.
Apart from the NFC wristbands , the other main components of the system are: a mobile device associated to each member of the medical staff, the intermediate server that hosts a web service, an NFC reader and writer for allocating wristbands once patients have been identified, and a second server in charge of producing information to protect the exchange of information.
This work is organized as follows. Section 2 provides some related works while Section 3 gives a general description of the proposed system. The topic of patient identification through NFC tags and keyed-Hash Message Authentication Code (HMAC) schemes in emergency and hospitalization services is dealt with in Section 4. The protection of communications between the medical staff and the intermediate server through Identity-Based Authentication and Key Exchange is proposed in Section 5. A brief security analysis is provided in Section 6. The implementation of parts of the proposal and simulations of the system are explained in Section 7. Finally, a few conclusions and future works close the paper.

2. Related Works

Recently, different solutions to solve specific problems in the management of the patients’ data have been proposed. The security in healthcare applications is one of the most important points, even more when wireless sensor networks are used [7]. The specific case of wireless body area networks is very useful in healthcare, as shown in [8], where sensors are wearable devices that allow for obtaining, computing and distributing information about patients.
The data shared by these networks are usually stored as electronic health records so that the protection of the privacy of these records is very important. In the work [9], a system using an attribute-based infrastructure is proposed to preserve the privacy of the data. In that system, the registration of patients and doctors is performed with a username and a password, and the identification of the patient is a private user-index.
The so-called Personal Health Record (PHR) facilitates the management of medical records in a centralized way. One of the improvements obtained with the use of PHR is that patients can analyse their own information. In the work [10], a proposal of this kind of system is proposed based on the use of PHR in cloud computing, where an attribute-based encryption protocol is used to obtain the information. However, in that paper, the identification of patients and authentication of doctors are not explained.
Sharing medical care information in a secure way is proposed in the work [11], thanks to the use of role-based secure messaging services. The main problem of this approach is that a specific e-mail provider is used, and that the authentication is based on external tools.
In the paper [12], the authors introduce a mutual authentication scheme to improve the security of automatic systems for medication through RFID bracelets and cryptography based on elliptic curves. However, the used protocol does not provide a mechanism for session key generation to protect confidentiality.
There are proposals for medical systems that base their operation on the use of NFC bracelets. In the work [13], an example is shown where it is assumed that every day each patient uses a bracelet. If there is an emergency that requires checking of medical data, these are read using a mobile application. A disadvantage of that application is that any user who has the application could perform an information query because there is no security mechanism implemented.
In the work [14], a system for the management of medical staff rounds is described that uses NFC wristbands and mobile devices. However, it does not specify whether security services are deployed or not.
The authors of the publication [15] developed an attack on a mutual authentication system based on RFID tags defined in [16]. Specifically, they show that it is possible to trace the tags so the protection of patient privacy is not guaranteed. At the same time, a new protocol is defined that solves the privacy problem and improves the efficiency of the system. An authentication scheme for the RFID tag is introduced, but it does not take into account the security of RFID readers. Apart from this, the server used to manage the information is also in charge of generating and storing the keys.
The proposal presented here includes automatic patient identification, mutual authentication between server and medical staff, and protection of confidentiality in the communications between the mobile device and the server. Confidentiality between the mobile device and wristband is warranted by the need for proximity to establish the NFC connection. Thus, this integration of security tools provides a robust solution that improves patient management and daily routine of medical staff.

3. System Overview

In most current health systems, when a patient arrives at a hospital, the fist step that the staff must do is to identify her/him. Patient identification is usually performed through the verification of a health identification card. Then, the patient is evaluated by a healthcare staff member who analyses the information collected during admission and adds the results of new assessments if required. Afterwards, the patient may be seen by a specialist. Before each one of these actions, the process of patient identification must be repeated. This current system has several drawbacks. Doctors must check the patient record before assisting her/him. In order to do it, depending on the particular case, they can make such a consultation through printed documentation or by using a computer. If paper documentation is used, it is usually generated as a batch for a set of patients. For example, three medical records may be printed at a time so that a doctor can check and attend those three patients one after the other. Once they are attended, the doctor should leave the records and repeat the process with a new group of patients. This arrangement produces heterogeneous information because some data may be updated on computers while other data are kept in printed format.
In addition, updates made by doctors are not changed in the central system in real time. In this approach, health workers have to deal with a lot of documentation, which leads to consuming considerable time and resources. On the other hand, each member of the medical staff has to visit several patients at each turn, which may generate wrong patient identifications, with serious consequences in some cases.
A solution to these issues is described in this work, which consists in the implementation of a secure system based on NFC wristbands and mobile devices that allow for eliminating patient misidentification and rationalizing the use of time in patient care.
The proposal involves substantial changes with respect to the traditional system. When patient identification is performed for the first time, an NFC wristband is assigned to him/her. Specifically, the NTAG21x ICs [17] wristband, which follows the pattern set by the NFC Forum (association that regulates the NFC standards) [18] is recommended here. This wristband will not be used to store any sensitive patient data. The only data stored on the wristband is an identifier assigned by the server. This identifier is generated through a process that will be discussed below. Such a generation takes into account the physical identifier of the wristband (similar to the Media Access Control (MAC) address number of computers) together with the patient record number. Note that this information will be written on the wristband in a completely secure way.
This wristband can be deployed both in the inpatient and emergency areas. It can be even assigned before the patient arrives to hospital, in the ambulance, where the identification and the writing procedures could be done through a mobile phone.
The data stored in the wristband allow any member of the medical staff with the right permissions access to the patient record identifying the patient with the simple gesture of bringing a mobile device close to the wristband. Thanks to the use of wristbands, the system prevents confusion when identifying patients and increases efficiency in the development of medical tasks. In addition, wristbands are fully recyclable, so when a patient leaves the hospital, its wristband is reset to be used by another patient.
The system is designed to work with two separated servers, here referred to as the intermediate server and second server. On the one hand, the intermediate server manages access permissions to patients’ data on the basis of medical staff shifts. On the other hand, the second server uses a Private Key Generator (PKG) to manage the information related to keys.
The use of two different physical servers is proposed to add a new security layer in the management of the keys. With this separation, different firewalls can be added to each server independently and different secure rules can be applied in the communications between them. Specifically, the limitation of the communication of the private key server to intra-communication (intranet communications) is advisable. In other words, the communication of the PKG with the extranet can be denied and just some interactions with the intermediate server can be allowed through, for example, an intranet. In this way, if the intermediate server is corrupted by an attacker, both the private key generator and the server keys should not be involved. Although having two servers is more expensive than having just one, since nowadays the value of a dedicated server in the cloud is about $50 a year, we consider that this is a very low value when compared with the security that it brings to the proposed system.
The protection of patients’ data is a paramount objective in the healthcare environment. This is why security is one of the pillars of the described solution. A keyed-Hash Message Authentication Code (HMAC) is applied for automatic patient identification, and IDentity-based (ID-based) cryptography is used to protect confidentiality of patient records.
The security of the communication between doctors and the intermediate server is based on an ID-based Authentication and a Key Exchange (AKE) scheme that provides mutual authentication between doctors and the server through a PKG. Next, the details on how these security tools are used in the proposed framework are included.

4. Automatic Patient Identification

As aforementioned, when a patient arrives at a hospital, the first step is the identification through his/her credentials. After that, in the proposal, an NFC wristband is assigned to him/her so that each patient is identified through an HMAC generated by the intermediate server by using the physical identifier of the wristband and the patient record number. If a patient does not have a medical record in the system, it is automatically created with some basic fields, such as name, age, country, etc.
The generation of the HMAC can be seen in Figure 1. The system sends the physical identifier of the wristband to the intermediate server, and two 64-byte arrays denoted as i p a d and o p a d are generated as in the work [19], where some default values are assigned to them during the initialization of the HMAC generation. New arrays denoted by i p a d m s k and o p a d m s k are generated through an bit level exclusive OR operation on i p a d and o p a d respectively, and the master secret key ( m s k ). Then, with the physical identifier of the wristband Tag ( i d T a g ) and the Patient Record Number ( P a t R e c N ), the system uses a SHA3-512 hash function [20] to generate the H M A C value. Firstly, the hash function is applied to the concatenation of i p a d m s k , i d T a g and P a t R e c N . Secondly, the output of this hash function concatenated with the o p a d m s k is the input to another hash function so that the H M A C is the final result. This output is stored in the NFC wristband to be used as patient identifier.
When trying to access to a patient data, his/her NFC wristband must be read through a doctor’s device, which sends the data obtained from the wristband, corresponding to the physical identifier of the wristband and the H M A C , to the server. The server verifies the authenticity of the bracelet and the doctor’s access permissions. If the verification is positive, the authentication protocol described later is used each time a member of the medical staff needs to access to patients’ data.
The protection of communications is achieved through an ID-based scheme. In this type of public key cryptography schemes, any text can act as a valid public key with a PKG. The main reason to choose this approach for the proposal is the simplification of management because in this way it is not necessary to define a public key infrastructure. Furthermore, an ID-based scheme was chosen because of its low computational complexity and its efficiency in terms of memory and usability.
The description of all the steps of the communication flow during a medical record consultation between the participants in the system is included below (see Figure 2):
  • A member of the hospital admission staff receives the basic patient’s data.
  • This patient’s information is sent to the intermediate server. The identification of the patient is analysed at the server. If the patient is registered in the system, the server stores any new information and the system sends the verification to the web application. Otherwise, the server generates a new user identification and stores the corresponding data.
  • The assignation of a wristband to a patient starts with the reading of the physical identification of the tag i d T a g through an NFC reader.
  • The i d T a g is sent from the web application to the intermediate server, which links the i d T a g with the patient’s medical record of number P a t R e c N and sends these values to the PKG in the second server.
  • The PKG generates the H M A C value with i d T a g , P a t R e c N and the pre-calculated values i p a d m s k and o p a d m s k . The H M A C value is sent to the intermediate server, which sends it to the web application.
  • The H M A C value is stored in the NFC tag of the patient’s wristband.
  • When a doctor wants to identify a patient, he/she has to touch the NFC wristband with his/her mobile device to read both i d T a g and H M A C .
  • The stored values are sent from the mobile device to the intermediate server where the wristband is identified. The medical record is then loaded.
  • The intermediate server sends to the second server i d T a g , H M A C and P a t R e c N .
  • The PKG analyses and verifies the association, and the result of this verification is sent to the intermediate server.
  • If the H M A C verification is right, the server sends the medical record values to the mobile device where the doctor can read, edit or add data. The values corresponding to a patient can be modified until a new patient’s wristband is read.

5. Secure Communication

Communications between the mobile device of each member of the medical staff and the intermediate server are encrypted with an ID-based scheme.
A crucial element of the proposal is the Private Key Generator in the second server because it is in charge of generating private keys for medical staff. The identifier used in the system for each member of the medical staff is the corresponding number of registered medical practitioner. Specifically, the system is based on the proposal described in [21], but adapted to a more secure infrastructure where the PKG and the intermediate server are separated.
As seen in Figure 3, on the one hand, there are different devices assigned to doctors, which are smartphones or tablets with NFC reader and Wi-Fi. On the other hand, each patient has an NFC wristband. The intermediate server is the controller of the communication between the medical staff and the PKG. In particular, the intermediate server has a public Application Programming Interface (API) for doctors’ communication and other hospital computers and a private API for communication with the PKG. Finally, the PKG is in charge of the authentication and verification of each communication. This is why server keys are stored in the PKG.
The protection of communications is achieved through an ID-based scheme. The first approach of this type of scheme was proposed by Shamir [22] in 1985 to avoid certificate management in asymmetric key systems. In this public key cryptography schemes, any text can be used as a valid public key. Specifically, the public key is usually extracted from some user’s identity information, such as name, email or health identification. Following Shamir’s idea, Boneh and Franklin proposed a practical ID-based encryption system [23] based on the Weil pairing. Starting from this proposal, multiple ID-based schemes have been introduced. Some basic ID-based schemes may be identified depending on the type of security service to be implemented: ID-based encryption schemes [24,25,26], ID-based signature schemes [27,28], ID-based signcryption schemes [29,30], ID-based group key exchange protocols [31,32] and ID-based AKE [33,34].
In the proposed system, mobile devices are used to manage patients’ information. These devices have energy and computing capability limitations, so they should not depend on heavy cryptographic computations. Taking this into account, some protocols based on a client-server paradigm have been applied. One of the most used techniques to reduce the online cost is offline pre-computation. In the offline pre-computation used in this proposal, a few random values called ephemeral secrets are required to perform some operations in advance. These values are stored in the memory of the mobile device until the system requires them in the online step.
The attack called Ephemeral-Secret-Leakage (ESL) [35,36] might be launched in the online step. In order to be resistant to ESL attacks, the present proposal uses an ID-based AKE protocol that does not use bilinear pairings. Specifically, the scheme is based on the ESL-secure ID-based AKE protocol [21] that uses an ESL-secure signature scheme [37] to manage the client-to-server authentication and the Tate pairing [38], which is faster than the basic Weil pairing [39].
The notations used within this paper are introduced below:
  • G, G T : cyclic groups;
  • P , P : generators of the group G;
  • e ^ : a bilinear map from G × G to G T ;
  • m s k : randomly selected master secret key;
  • m p k : master public key;
  • I D : IDentification of a registered medical practitioner;
  • p g k I D : private group key of the medical practitioners with ID;
  • H 1 , H 2 , f : hash functions;
  • { 0 , 1 } n : space of all n-length binary vectors;
  • { 0 , 1 } * : space of all binary strings of any length;
  • G * : multiplicative group G\{0};
  • x r S : an element x is randomly selected from a set S;
  • | | : concatenation;
  • = = : comparison.
Next, the mathematical basis used in the system is described.
Considering two cyclic groups ( G , + ) and ( G T , · ) of the same prime order q, there is a symmetric bilinear map pairing e ^ : G × G G T with the following properties:
  • Bilinear: P , Q G and a , b Z , e ^ ( a P , b Q ) = e ^ ( P , Q ) a b ;
  • Non-degenerate: P 1 , P 2 G that e ^ ( P 1 , P 2 ) 1 . This means that if P is generator of G, then e ^ ( P , P ) is a generator of Q;
  • Computable: There exists an efficient algorithm to compute e ^ ( P , Q ) , P , Q G .
Let a cyclic group ( G , + ) have prime order q and P be a generator of G; then, the following mathematical assumption based on the so-called Elliptic Curve Diffie-Hellman (ECDH) [40] problem can be considered. Given P , a P , b P G for unknown a , b Z q , the ECDH problem consists of computing a b P . No probabilistic polynomial time exists to allow an adversary to compute a b P with a non-negligible probability.
Two different types of hash functions are used.
On the one hand, two map-to-point hash functions:
H 1 : { 0 , 1 } * G * , H 2 : { 0 , 1 } * G * .
On the other hand, a one-way hash function:
f : { 0 , 1 } * { 0 , 1 } n ,
where the size of the message is defined by n.
We assume that to concatenate a point P to a number N, the coordinates ( P x , P y ) of the point P are concatenated separately so that P | | N is equivalent to P x | | P y | | N .
The four steps needed for the ID-based AKE scheme are: Setup, Extract, Mutual Authentication and Session Key Generation.
  • Setup: The initial parameters are established and the PKG in the second server generates the master public key m p k and the master secret key m s k . For that, a prime q based on some private data k Z , two groups G and G T of order q and a symmetric bilinear pairing map e ^ : G × G G T are selected. P G is randomly chosen and the hash functions H 1 , H 2 and f are used (see Figure 4).
  • Extract: The private group key for each member of the medical staff based on its I D is generated. The intermediate server generates a random number l, and sends it together with I D to the second server. Then, the PKG computes different values to obtain a private group key p g k I D , which is calculated taking into account the master private key m p k . Finally, in the intermediate server, a secure channel is created based on an ECDH to share the private information with the doctor. A session key is generated to encrypt the information, obtaining an encrypted message C with a Snow 3G stream cipher algorithm [41] (see Figure 5).
  • Mutual Authentication: Some offline computations are performed by the client to be able to perform mutual authentication. After the extract phase, the client generates and sends to the server a 3-tuple. Then, the server parses the tuple to obtain the values, and generates some new parameters. Afterwards, the server sends all the information to the PKG, who is in charge of the verification of the bilinear map pairing. If the verification is OK, the PKG sends a parameter to the server, otherwise a call “close” is sent back to the server to finish the communication. If the verification was OK, the server generates a tuple, which is sent to the client, which authenticates the server. If this authentication is OK, the client generates a parameter for its own authentication against the server and sends it back to the intermediate server, which verifies the user authentication (see Figure 6). If everything is OK, both client and server continue to the next step, which is the session key generation.
    Note that in the verification step carried out in the second server, the PKG checks whether the condition e ^ ( P , V ) = = e ^ ( W 1 , W ) e ^ ( m p k , W 2 ) is fulfilled in order to accept the communication. The justification of that condition is explained below:
    e ^ ( P , V ) = e ^ ( P , T + D I D 2 )
    = e ^ ( P , ( r + D I D 1 ) · W + D I D 2 )
    = e ^ ( P , ( r + l + h · m s k ) · W + m s k · Q I D 2 )
    = e ^ ( P , ( r + l ) · W + m s k · ( h · W + Q I D 2 )
    = e ^ ( P , ( r + l ) · W ) · e ^ ( P , m s k · ( h · W + Q I D 2 ) )
    = e ^ ( P · ( r + l ) , W ) · e ^ ( P · m s k , h · W + Q I D 2 )
    = e ^ ( P · r + P · l , W ) · e ^ ( m p k , h · W + Q I D 2 )
    = e ^ ( U 1 + Q I D 1 , W ) · e ^ ( m p k , W 2 )
    = e ^ ( W 1 , W ) · e ^ ( m p k , W 2 ) .
  • Session Key Generation: When both server and client have been mutually authenticated, the session key (see Figure 7) is generated, at the same time, on the client side and on the server side. Afterwards, the exchanged messages are encrypted using the produced session key. In particular, the communication exchange between server and doctor is performed using the stream cipher SNOW 3G [42] using the obtained session key.

6. Security Analysis

This section includes a brief review on the protection provided by the system against different types of attacks.
A spoofing attack and/or cloning of the card would be hardly successful in the proposal, since these types of attacks involve the generation of the HMAC, but this generation requires the server master private key, the ID of a registered medical practitioner and the patient record number. Even if an external attacker obtains this information, the combination between the physical identifier of the NFC wristband and the patient record number is unique.
If the attacker corrupts the data of the wristband, the system can easily detect it because the server can know that the information used by the attacker does not coincide with the stored data. Thus, one of the strong points of the proposal is that the data saved on the NFC wristbands are not sensitive data.
If an attacker wants to emulate the wristband with an Android device, the attack is detected because the application is restricted only to read passive NFC tags.
Denial of Service attacks based on overloading the server with a large number of false requests are restricted because only those requests associated to the ID of a registered medical practitioner will take effect. Once the corresponding private key is assigned, additional requests from the same number will not be attended.
Regarding Man in the Middle attacks, they would be easily detectable because the number of members who are allowed to make requests to the server is limited to those who are working at the time of the request.
Regarding ESL attacks, the corresponding security level is based on the primitive of the ESL-secure ID-AKE protocol for mobile client-server environments included in the scheme proposed. In addition, there is a client-to-server authentication that prevents an adversary can impersonate a legitimate medical staff person to share information with the server through the use of the ECDH problem. In the case of the server-to-client authentication, the same reasoning is applicable. The protection is provided through a mutual authentication scheme and a SNOW 3G stream cipher with shared secret key obtained by an ECDH scheme. Apart from this, a key agreement procedure is defined to obtain the key required to encrypt all the communications between the server and the clients through the same stream cipher. This key agreement provides protection under known-session-key attacks. Finally, an implicit implicit key confirmation is used based on a random oracle model, in order to offer partial forward secrecy in this model.
The system design includes two servers, the intermediate server and the second server with the private key generator. The use of two different physical servers is proposed to have an additional security layer for key management. In this way, firewalls can be added independently to each server, and different secure rules can be applied in the communications between them. In other words, the communication of the private key generator with the Extranet might be denied, and just some interactions with the intermediate server might be allowed through, for example, an Intranet. Furthermore, if the intermediate server is corrupted by an attacker, the key generator will not be affected.

7. Performance Analysis

Some basic prototypes of the proposal have been implemented on the client side, and the implementation is mainly formed by a web and a mobile application. On the server side, the prototype contains a data server and the private key generator. The web application is in charge of the management of patients’ and doctors’ information, and of the assignment of doctors to patients (see Figure 8).
Thanks to the mobile application, doctors can easily identify and analyse the patient record. The integration of the application with the NFC sensor of the smartphones has been implemented for the Android platform in order to read and write NFC tags in a secure way (see Figure 9).
The data model for patient information is based on the clinic history containing is information related with affiliation data and health care data. Among the information related to the health, medical staff can analyse: reason for consultation (or hospitalization), personal history (allergies, habits, medical history, surgical history, family history, social history or current treatment), family background, current illness, anamnesis by organs, physical exploration results, differential diagnosis, supplementary tests, diagnostic trial and even the current therapeutic plan.
In the back-end side, the server was implemented based on a Model-View-Controller design pattern and with a non-relational database. On the one hand, the public access to the server was limited to restrict the access to the PKG, generated by a REpresentational State Transfer (REST) API. On the other hand, the internal communication between the server and the PKG is generated by a local REST API that has external restrictions, which means that a query can be generated only in the local site of the server.
The prototypes have undergone some tests. Since the HMAC generation depends on the server computer capabilities, different traces of the communication system were collected and evaluated. During these tests, the intermediate server was a computer with a quad core processor (Intel(R) Core(TM) i7-3537U CPU @ 2000 GHz) (Intel Corporation, Santa Clara, CA, USA), 4 GB of RAM memory, 1 TB of storage memory and the Windows 10 Pro version (×64 bits). This computer was used to access to the web application (see Figure 8) and patients’ data. The private key generator was a similar computer, with an Intel i7-4702MQ processor (Intel(R) Core(TM) CPU @ 2000 GHz) (Intel Corporation, Santa Clara, CA, USA), 8 GB of RAM memory, 1 TB of storage memory and Windows 10 operating system version (×64 bits).
As the client, a Samsung Galaxy S6 (Samsung Electronics, Suwon, Korea) with Exynos 7420 octa core processor (Samsung Electronics, Suwon, Korea) (4 × 2.1 GHz Cortex-A57 4 × 1.5 GHz Cortex-A53), 3 GB of RAM memory, 32 GB of storage memory and the 6.0 Android version was used. In these experiments, an amount of 100 data packets were collected to be analysed in order to obtain results related with the overall response time.
The network used to perform all the tests was made up of a Tp-link TL-WR841N Wi-Fi router that theoretically offers a maximum transfer rate of 300 Mbps and an Internet connection of 100 Mbps. All communications were tested in the laboratory with the prototypes, obtaining a transmission time of less than 1 s. Taking these results into account, it may be stated that less than a minute is necessary both to assign a NFC wristband to a patient and to read patients’ data.
Apart from implementing different parts of the proposal to show its feasibility, several simulations of its behaviour in a real environment have been done to measure some parameters that indicate improvements with respect to the current system.
One of the most important points of this proposal is to save time on the tasks of the medical staff. Currently, before assisting a patient, the doctor must review the patient record, which, in many cases, is printed and located in specific areas.
The mobility feature of the devices used in the proposed system allows for reducing the time spent by medical staff on roaming because they will not need to go to the documentation area and so they can attend patients without limitations.
Some simulations on the distribution of a floor in a real hospital (see Figure 10) have been performed. In this example, the orange zones are the areas where the hospital has the documentation areas for the doctors.
For the simulations, the map of the floor was divided into four parts so that each one was run in a quarter of the map. A grid map of each part was generated to evaluate the route that doctors follow to visit each patient (see Figure 11). The best route in the current system consists of visiting patients located in adjoining rooms. In the simulation, it is assumed that there are two patients in each room.
The time required for the doctor’s route depends on the number of patients that a doctor can visit at once, that is to say, the size of the batches of patients that he/she has to visit before going back to the documentation area. In the proposed system, the time required for the doctor’s route is always constant because it is assumed that he/she does not have to go to the documentation area. In Figure 12, a representation of the grid units covered by the physician can be observed. Blue bars reflect the grids covered in the current system while red ones show those required by the proposed system.
The improvement observed in the time consumed by each doctor in the route to attend patients in batches is increased by the saving on the time that the identification of patients requires since, with the proposed system, this identification is automatic thanks to the mobile devices of doctors and NFC wristbands of patients.

8. Conclusions

The identification of patients in emergency and hospitalization services is a major problem in the healthcare sector. The secure and efficient management of patient records is another key point. These two issues are addressed in this work through the proposal of a distributed framework for the secure management of patients’ information.
The proposed system is based, on the one hand, on NFC wristbands assigned to patients and mobile devices assigned to medical staff, and, on the other hand, on two servers to manage patients’ data and to generate private keys separately.
A modification of an ID-based Authentication and Key Exchange Protocol resistant to Ephemeral-Secret-Leakage attacks for mobile devices is presented in this paper to provide mutual authentication between server and health staff. Specifically, the proposed protocols include client-to-server authentication, server-to-client authentication, key agreement, implicit key confirmation and secure channel to share keys.
This is part of a work in progress. All the curves used in the performed beta implementation were chosen according to the National Institute of Standards and Technology suggestions [40] over F p , but in the next implementations, new curves over F p 2 , and in particular the new curve called F o u r Q , will be used to try to improve efficiency [43] in the implementation of the ECDH protocol on the most used processors in current smartphones. Furthermore, a future version of the system will include a robust and secure anonymity scheme based on pseudonyms. The issue of non-traceability of patients is also an open issue.
Finally, although some simulations were generated and the system was tested in the laboratory with some medical staff, in the immediate future, the system will be deployed in a real hospital to analyse the real improvements contributed by this proposal compared with the traditional method.

Acknowledgments

Research was supported by TESIS2015010102, TESIS2015010106, RTC-2014-1648-8, TEC2014-54110-R, MTM2015-69138-REDT, DIG02-INSITU and IDI-20160465.

Author Contributions

All the authors conceived the system, developed the algorithms and wrote the paper. Alexandra Rivero-García and Iván Santos-Gonález performed the experiments. Candelaria Hernández-Goya, Pino Caballero-Gil and Moti Yung revised the work.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Oakes, R.; Allen, C. mHealth Security: Best Practices and Industry Trends. Available online: http://www.oracle.com/us/corporate/profit/archives/opinion/011813-oakes-allen-1899091.html (accessed on 29 March 2016).
  2. World Health Organization. Field Review of Patient Safety Solutions; World Health Organization: Geneva, Switzerland, 2008. [Google Scholar]
  3. Pablo-Comeche, D.; Buitrago-Vera, C.; Meneu, R. Identificación inequívoca de pacientes. Evaluación del lanzamiento y su implantación en los hospitales de la Agencia Valenciana de Salud. Med. Clín. 2010, 135, 1–6. (In Spanish) [Google Scholar] [CrossRef]
  4. Want, R. Near field communication. IEEE Pervasive Comput. 2011, 3, 4–7. [Google Scholar] [CrossRef]
  5. Klaus, F. RFID Handbook: Radio-Frequency Identification Fundamentals and Applications; Wiley: Hoboken, NJ, USA, 1999. [Google Scholar]
  6. Lee, J.S.; Su, Y.W.; Shen, C.C. A comparative study of wireless protocols: Bluetooth, UWB, ZigBee, and Wi-Fi. In Proceedings of the 33rd Annual Conference of the IEEE Industrial Electronics Society, Taipei, Taiwan, 5–8 November 2007; pp. 46–51. [Google Scholar]
  7. Kumar, P.; Lee, H.J. Security issues in healthcare applications using wireless medical sensor networks: A survey. Sensors 2011, 12, 55–91. [Google Scholar] [CrossRef] [PubMed]
  8. Crosby, G.V.; Ghosh, T.; Murimi, R.; Chin, C.A. Wireless body area networks for healthcare: A survey. Int. J. Ad Hoc Sens. Ubiquitous Comput. 2012, 3, 1–26. [Google Scholar] [CrossRef]
  9. Narayan, S.; Gagné, M.; Safavi-Naini, R. Privacy preserving EHR system using attribute-based infrastructure. In Proceedings of the 2010 ACM Workshop on Cloud Computing Security Workshop, Chicago, IL, USA, 4 October 2010; pp. 47–52. [Google Scholar]
  10. Li, M.; Yu, S.; Ren, K.; Lou, W. Securing personal health records in cloud computing: Patient-centric and fine-grained data access control in multi-owner settings. In Proceedings of the International Conference on Security and Privacy in Communication Systems, Singapore, 7–10 September 2010; pp. 89–106. [Google Scholar]
  11. Mont, M.C.; Bramhall, P.; Harrison, K. A flexible role-based secure messaging service: Exploiting IBE technology for privacy in health care. technology for privacy in health care. In Proceedings of the IEEE International Workshop on Database and Expert Systems Applications, 1–5 September 2003; pp. 432–437. [Google Scholar]
  12. Jin, C.; Xu, C.; Zhang, X.; Li, F. A Secure ECC-based RFID Mutual Authentication Protocol to Enhance Patient Medication Safety. J. Med. Syst. 2015, 40, 1–6. [Google Scholar] [CrossRef] [PubMed]
  13. HealthID. Peace of Mind While Managing Your Health. 2016. Available online: https://www.healthid.com (accessed on 25 December 2016).
  14. Köstinger, H.; Gobber, M.; Grechenig, T.; Tappeiner, B.; Schramm, W. Developing a NFC based patient identification and ward round system for mobile devices using the android platform. In Proceedings of the IEEE Point-of-Care Healthcare Technologies, Bangalore, India, 16–18 January 2013; pp. 176–179. [Google Scholar]
  15. Lee, C.I.; Chien, H.Y. An Elliptic Curve Cryptography-Based RFID Authentication Securing E-Health System. Int. J. Distrib. Sens. Netw. 2015, 2015, 642425. [Google Scholar] [CrossRef]
  16. He, D.; Kumar, N.; Chilamkurti, N.; Lee, J.H. Lightweight ECC Based RFID Authentication Integrated with an ID Verifier Transfer Protocol. J. Med. Syst. 2014, 38, 1–6. [Google Scholar] [CrossRef] [PubMed]
  17. NXPSemiconductors. NTAG213/215/216. NFC Forum Type 2 Tag Compliant IC with 144/504/888 Bytes User Memory. 2015. Available online: http://www.nxp.com (accessed on 25 December 2016).
  18. NFCForum. Official Web Page. 2016. Available online: http://nfc-forum.org/ (accessed on 25 December 2016).
  19. Bellare, M.; Canetti, R.; Krawczyk, H. Message authentication using hash functions: The HMAC construction. RSA Lab. CryptoBytes 1996, 2, 12–15. [Google Scholar]
  20. Bertoni, G.; Daemen, J.; Peeters, M.; van Assche, G. The Keccak SHA-3 Submission. Available online: http://keccak.noekeon.org/Keccak-submission-3.pdf (accessed on 31 March 2017).
  21. Tseng, Y.M.; Huang, S.S.; Tsai, T.T.; Tseng, L. A novel ID-Based authentication and key exchange protocol resistant to ephemeral-secret-leakage attacks for mobile devices. Int. J. Distrib. Sens. Netw. 2015, 2015, 898716. [Google Scholar] [CrossRef]
  22. Shamir, A. Identity-based cryptosystems and signature schemes. Proceedings of Workshop on the Theory and Application of Cryptographic Techniques, Paris, France, 9–11 April 1984; pp. 47–53. [Google Scholar]
  23. Boneh, D.; Franklin, M. Identity-based encryption from the Weil pairing. In Proceedings of the Annual International Cryptology, Santa Barbara, CA, USA, 19–23 August 2001; pp. 213–229. [Google Scholar]
  24. Das, M.L.; Saxena, A.; Gulati, V.P. A dynamic ID-based remote user authentication scheme. IEEE Trans. Consum. Electron. 2004, 50, 629–631. [Google Scholar] [CrossRef]
  25. Paterson, K.G. ID-based signatures from pairings on elliptic curves. Electron. Lett. 2002, 38, 1025–1026. [Google Scholar] [CrossRef]
  26. Gentry, C.; Silverberg, A. Hierarchical ID-based cryptography. In Proceedings of the International Conference on the Theory and Application of Cryptology and Information Security, Queenstown, New Zealand, 1–5 December 2002; pp. 548–566. [Google Scholar]
  27. Zhang, F.; Kim, K. ID-based blind signature and ring signature from pairings. In Proceedings of the International Conference on the Theory and Application of Cryptology and Information Security, Queenstown, New Zealand, 1–5 December 2002; pp. 533–547. [Google Scholar]
  28. Choon, J.C.; Cheon, J.H. An identity-based signature from gap Diffie-Hellman groups. In Proceedings of the International Workshop on Public Key Cryptography, Miami, FL, USA, 6–8 January 2003; pp. 18–30. [Google Scholar]
  29. Boyen, X. Multipurpose identity-based signcryption. In Proceedings of the Annual International Cryptology Conference, Santa Barbara, CA, USA, 17–21 August 2003; pp. 383–399. [Google Scholar]
  30. Li, X.; He, M.X.; Luo, D.W. ID-based Signcryption Scheme. Comput. Eng. 2009, 35, 144–146. [Google Scholar]
  31. Choi, K.Y.; Hwang, J.Y.; Lee, D.H. Efficient ID-based group key agreement with bilinear maps. In Proceedings of the International Workshop on Public Key Cryptography, Hong Kong, China, 13–15 December 2006; pp. 130–144. [Google Scholar]
  32. Wu, T.Y.; Tseng, Y.M.; Tsai, T.T. A revocable ID-based authenticated group key exchange protocol with resistant to malicious participants. Comput. Netw. 2012, 56, 2994–3006. [Google Scholar] [CrossRef]
  33. Zhu, R.W.; Yang, G.; Wong, D.S. An efficient identity-based key exchange protocol with KGS forward secrecy for low-power devices. Theor. Comput. Sci. 2007, 378, 198–207. [Google Scholar] [CrossRef]
  34. Scott, M. Authenticated ID-based Key Exchange and remote log-in with simple token and PIN number. IACR Cryptol. ePrint Arch. 2002, 2002, 164. [Google Scholar]
  35. LaMacchia, B.; Lauter, K.; Mityagin, A. Stronger security of authenticated key exchange. In Proceedings of the International Conference on Provable Security, Wollongong, Australia, 1–2 November 2007; pp. 1–16. [Google Scholar]
  36. Islam, S.H. A provably secure ID-based mutual authentication and key agreement scheme for mobile multi-server environment without ESL attack. Wirel. Pers. Commun. 2014, 79, 1975–1991. [Google Scholar] [CrossRef]
  37. Tseng, Y.M.; Tsai, T.T.; Huang, S.S. Leakage-free ID-based signature. Comput. J. 2015, 58, 750–757. [Google Scholar] [CrossRef]
  38. Galbraith, S.D.; Harrison, K.; Soldera, D. Implementing the tate pairing. In Proceedings of the International Algorithmic Number Theory Symposium, Sydney, Australia, 7–12 July 2002; pp. 324–337. [Google Scholar]
  39. Miller, V.S. The Weil pairing, and its efficient calculation. J. Cryptol. 2004, 17, 235–261. [Google Scholar] [CrossRef]
  40. Cheon, J.H. Security analysis of the strong Diffie-Hellman problem. In Proceedings of the Annual International Conference on the Theory and Applications of Cryptographic Techniques, St. Petersburg, Russia, 28 May–1 June 2006; pp. 1–11. [Google Scholar]
  41. Kitsos, P.; Selimis, G.; Koufopavlou, O. High performance ASIC implementation of the SNOW 3G stream cipher. In Proceedings of the 16th IFIP WG 10.5/IEEE International Conference on Very Large Scale Integration (VLSI-SoC 2008), Rhodes Island, Greece, 13–15 October 2008; pp. 13–15. [Google Scholar]
  42. Santos-González, I.; Rivero-García, A.; Caballero-Gil, P.; Hernández-Goya, C. Alternative Communication System for Emergency Situations. In Proceedings of the International Conference on Web Information Systems and Technologies (WEBIST 2014), Barcelona, Spain, 3–5 April 2014; pp. 397–402. [Google Scholar]
  43. Álvarez, R.; Santonja, J.; Zamora, A. Algorithms for Lightweight Key Exchange. In Proceedings of the 10th International Conference on Ubiquitous Computing and Ambient Intelligence, Gran Canaria, Spain, 29 November–2 December 2016; Part II. pp. 536–543. [Google Scholar]
Figure 1. Keyed-hash message authentication code Generation.
Figure 1. Keyed-hash message authentication code Generation.
Sensors 17 00733 g001
Figure 2. Medical record consultation.
Figure 2. Medical record consultation.
Sensors 17 00733 g002
Figure 3. System’s communication flow.
Figure 3. System’s communication flow.
Sensors 17 00733 g003
Figure 4. Setup phase.
Figure 4. Setup phase.
Sensors 17 00733 g004
Figure 5. Extract phase.
Figure 5. Extract phase.
Sensors 17 00733 g005
Figure 6. Mutual authentication phase.
Figure 6. Mutual authentication phase.
Sensors 17 00733 g006
Figure 7. Session key generation.
Figure 7. Session key generation.
Sensors 17 00733 g007
Figure 8. Web application.
Figure 8. Web application.
Sensors 17 00733 g008
Figure 9. Mobile application. (left) View of registration; (right) View of patient data.
Figure 9. Mobile application. (left) View of registration; (right) View of patient data.
Sensors 17 00733 g009
Figure 10. Hospital map.
Figure 10. Hospital map.
Sensors 17 00733 g010
Figure 11. Grid map of the simulated area.
Figure 11. Grid map of the simulated area.
Sensors 17 00733 g011
Figure 12. Time required for a doctor’s route.
Figure 12. Time required for a doctor’s route.
Sensors 17 00733 g012

Share and Cite

MDPI and ACS Style

Rivero-García, A.; Santos-González, I.; Hernández-Goya, C.; Caballero-Gil, P.; Yung, M. Patients’ Data Management System Protected by Identity-Based Authentication and Key Exchange. Sensors 2017, 17, 733. https://doi.org/10.3390/s17040733

AMA Style

Rivero-García A, Santos-González I, Hernández-Goya C, Caballero-Gil P, Yung M. Patients’ Data Management System Protected by Identity-Based Authentication and Key Exchange. Sensors. 2017; 17(4):733. https://doi.org/10.3390/s17040733

Chicago/Turabian Style

Rivero-García, Alexandra, Iván Santos-González, Candelaria Hernández-Goya, Pino Caballero-Gil, and Moti Yung. 2017. "Patients’ Data Management System Protected by Identity-Based Authentication and Key Exchange" Sensors 17, no. 4: 733. https://doi.org/10.3390/s17040733

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop