privacy protection for wireless medical

5
Privacy Protection for Wireless MedicalSensor Data Abstract In recent years, wireless sensor networks have been widely used in healthcare applications, such as hospitaland home patient monitoring. Wireless medical sensor networks are more vulnerable to eavesdropping, modification,impersonation and replaying attacks than the wired networks. A lot of work has been done to secure wireless medicalsensor networks. The existing solutions can protect the patient data during transmission, but cannot stop the insideattack where the administrator of the patient database reveals the sensitive patient data. In this paper, we propose apractical approach to prevent the inside attack by using multiple data servers to store patient data. The main contributionof this paper is securely distributing the patient data in multiple data servers and employing CONTACT: PRAVEEN KUMAR. L (,+91 – 9791938249) MAIL ID: [email protected], [email protected] Web: www.nexgenproject.com, www.finalyear-ieeeprojects.com

Upload: nexgen-technology

Post on 19-Feb-2017

64 views

Category:

Engineering


5 download

TRANSCRIPT

Page 1: Privacy protection for wireless medical

Privacy Protection for Wireless MedicalSensor Data

Abstract

In recent years, wireless sensor networks have been widely used in healthcare

applications, such as hospitaland home patient monitoring. Wireless medical

sensor networks are more vulnerable to eavesdropping,

modification,impersonation and replaying attacks than the wired networks. A lot

of work has been done to secure wireless medicalsensor networks. The existing

solutions can protect the patient data during transmission, but cannot stop the

insideattack where the administrator of the patient database reveals the sensitive

patient data. In this paper, we propose apractical approach to prevent the inside

attack by using multiple data servers to store patient data. The main

contributionof this paper is securely distributing the patient data in multiple data

servers and employing the Paillier and ElGamalcryptosystems to perform statistic

analysis on the patient data without compromising the patients’ privacy

EXISTING SYSTEM:

In the solution, the Sharemind system [3]composedof three data servers is used

to store thepatient data and each sensor shares three differentsecret keys with

the servers. When a medical sensorsends a patient data (e.g. temperature

reading) tothe Sharemind system, it splits the patient datainto three numbers CONTACT: PRAVEEN KUMAR. L (,+91 – 9791938249)

MAIL ID: [email protected], [email protected]: www.nexgenproject.com, www.finalyear-ieeeprojects.com

Page 2: Privacy protection for wireless medical

such that the sum of them isequal to the original data and submits them,

respectively,to the three data servers via three securechannels. Sharemind is a

data processing systemcapable of performing computations on input datawithout

compromising its privacy. The three serversin Sharemind can cooperate to

process some querieson the patient data from the users (e.g., doctors,nurses,

medical professionals) without seeing thepatient data. The solution can protect

the patientdata privacy as long as the number of the compromiseddata servers is

at most one. If two of the threedata servers are compromised by the inside

attack,the solution becomes insecure

PROPOSED SYSTEM:

Our contributions in this paper can be summarizedas follows._ To prevent the

patient data from the insideattacks, we propose a new data collection

protocol,where a sensor splits the sensitive patientdata into three components

according to a randomnumber generator based on hash functionand sends them

to three servers, respective, viasecure channels._ To keep the privacy of the

patient data in dataaccess, we propose a new data access protocolon the basis of

the Paillier cryptosystem. Theprotocol allows the user (e.g., physician) toaccess

the patient data without revealing it toany data server._ To preserve the privacy

of the patient datain statistical analysis, we propose some newprivacy-preserving

statistical analysis protocolson the basis of the Paillier and ElGamal CONTACT: PRAVEEN KUMAR. L (,+91 – 9791938249)

MAIL ID: [email protected], [email protected]: www.nexgenproject.com, www.finalyear-ieeeprojects.com

Page 3: Privacy protection for wireless medical

cryptosystems.These protocols allow the user (e.g.,medical researcher) to

perform statistical analysison the patient data without compromisingthe patient

data privacy.

SYSTEM REQUIREMENTS:

HARDWARE REQUIREMENTS:

System : Pentium IV 2.4 GHz.

Hard Disk : 40 GB.

Floppy Drive : 1.44 Mb.

Monitor : 15 VGA Colour.

Mouse : Logitech.

Ram : 512 Mb.

SOFTWARE REQUIREMENTS:

Operating system : Windows XP/7/LINUX/UBUNTU

Implementation : NS2

NS2 Version : NS2.2.28

Front End : OTCL (Object Oriented Tool Command

Language)

Tool : Cygwin (To simulate in Windows OS)CONTACT: PRAVEEN KUMAR. L (,+91 – 9791938249)

MAIL ID: [email protected], [email protected]: www.nexgenproject.com, www.finalyear-ieeeprojects.com

Page 4: Privacy protection for wireless medical

CONTACT: PRAVEEN KUMAR. L (,+91 – 9791938249)MAIL ID: [email protected], [email protected]

Web: www.nexgenproject.com, www.finalyear-ieeeprojects.com