This is a repository for an RFID security protocol for the healthcare environment.
- Clone this repository.
- Download node. This should come with npm.
- Navigate to the directory where this file resides in a command prompt.
- Type
npm install. This will create a directory called node modules.
There are 2 configurations. One is the original algorithm proposed by Picazo-Sanchez. The other contains the existence privacy protocol.
- Start the tag server with
node tag_server.js. - Start the database server with
node database.js. - Start the reader with
node reader.js.
- Start the tag server with
node tag_server_modified.js. - Start the database server with
node database.js. - Start the authentication authority server with
node authentication_authority.js. - Start the reader with
node reader_modified.js.