<?xml version="1.0"?>

<!DOCTYPE owl [
  <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
  <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
  <!ENTITY owl "http://www.w3.org/2002/07/owl#">
  <!ENTITY cc "http://web.resource.org/cc/#">
  <!ENTITY project "http://ebiquity.umbc.edu/ontology/project.owl#">
  <!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
  <!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.owl#">
  <!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">]>

<!--
  This ontology document is licensed under the Creative Commons
  Attribution License. To view a copy of this license, visit
  http://creativecommons.org/licenses/by/2.0/ or send a letter to
  Creative Commons, 559 Nathan Abbott Way, Stanford, California
  94305, USA.
-->

<rdf:RDF 
  xmlns:rdf = "&rdf;"
  xmlns:rdfs = "&rdfs;"
  xmlns:xsd = "&xsd;"
  xmlns:owl = "&owl;"
  xmlns:cc = "&cc;"
  xmlns:project = "&project;"
  xmlns:person = "&person;"
  xmlns:pub = "&pub;"
  xmlns:assert = "&assert;">
  <pub:MastersThesis rdf:about="http://ebiquity.umbc.edu/paper/html/id/340/Protecting-the-privacy-of-RFID-tags">
    <rdfs:label><![CDATA[Protecting the privacy of RFID tags]]></rdfs:label>
    <pub:title><![CDATA[Protecting the privacy of RFID tags]]></pub:title>
    <pub:publishedOn rdf:datatype="&xsd;dateTime">2006-05-01T00:00:00-05:00</pub:publishedOn>
    <pub:abstract><![CDATA[ Radio Frequency Identification (RFID) is being extensively used for a large number of applications, which includes supply chain management (SCM). One among the major privacy concerns is the ability of rogue RFID readers to access the unique identifier of RFID tags. To prevent the eavesdropping of tag through communication channel, methods like one-way hashing, cryptography and one-time pads have been used; however these methods do not prevent the clandestine tracking of tags using their unique identifier.
<p>
We propose a scheme in which we use an authenticating agent co-coordinating with a local entity to can dynamically reprogram RFID tags to protect their identity. We ensure visibility of goods to authorized RFID readers at any point in the transit of RFID tagged goods from one location to another, while denying information to unauthorized readers. The approach protects the identity of the RFID tags without significant changes to the existing infrastructure and obviates the need for expensive active RFID tags. We present our scheme in the context of a transit vehicle like a truck which carries RFID tagged goods from one place to another. We study the feasibility of the proposed scheme with the existing EPC Class 1 tags and reader capabilities. We present the results we obtain using RFID readers from a leading vendor and passive RFID tags, and develop a working prototype of the scheme.]]></pub:abstract>
    <pub:note><![CDATA[http://ebiquity.umbc.edu/paper/html/id/340/Protecting-the-privacy-of-RFID-tags]]></pub:note>
    <pub:organization><![CDATA[Computer Science and Electrical Engineering]]></pub:organization>
    <pub:counter>611</pub:counter>
    <pub:tag><![CDATA[rfid]]></pub:tag>
    <pub:tag><![CDATA[pervasive computing]]></pub:tag>
    <pub:publisher><![CDATA[University of Maryland, Baltimore County]]></pub:publisher>
    <pub:author>
       <rdf:List>
         <rdf:first><person:MSAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Nimish/Vartak/"><person:name><![CDATA[Nimish  Vartak]]></person:name><rdfs:label><![CDATA[Nimish  Vartak]]></rdfs:label></person:MSAlumnus></rdf:first>
         <rdf:rest rdf:resource="&rdf;nil" />
       </rdf:List>
    </pub:author>
    <pub:firstAuthor><person:MSAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Nimish/Vartak/"><person:name><![CDATA[Nimish  Vartak]]></person:name><rdfs:label><![CDATA[Nimish  Vartak]]></rdfs:label></person:MSAlumnus></pub:firstAuthor>
    <pub:softCopy><pub:SoftCopy>
      <pub:softCopyFormat><![CDATA[PDF Document]]></pub:softCopyFormat>
      <pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/publication/329.pdf]]></pub:softCopyURI>
      <pub:softCopySize>250785</pub:softCopySize>
    </pub:SoftCopy></pub:softCopy>
  </pub:MastersThesis>

  <rdf:Description rdf:about="">
    <cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
  </rdf:Description>

</rdf:RDF>
