Sunteți pe pagina 1din 11

SPINS: Security Protocols for Sensor Networks

Adrian Perrig, Robert Szewczyk, Victor Wen, David Culler, J. D. Tygar


Department of Electrical Engineering and Computer Sciences
University of California, Berkeley
fperrig, szewczyk, vwen, culler, tygarg@cs.berkeley.edu

ABSTRACT work sensors at UC Berkeley. These sensors measure environmen-


As sensor networks edge closer towards wide-spread deployment, tal parameters and we are experimenting with having them control
security issues become a central concern. So far, much research air conditioning and lighting systems. Serious privacy questions
has focused on making sensor networks feasible and useful, and arise if third parties can read or tamper with sensor data. In the
has not concentrated on security. future, we envision wireless sensor networks being used for emer-
We present a suite of security building blocks optimized for resource- gency and life-critical systems – and here the questions of security
constrained environments and wireless communication. SPINS has are foremost.
two secure building blocks: SNEP and TESLA. SNEP provides This paper presents a set of Security Protocols for Sensor Net-
the following important baseline security primitives: Data confi- works, SPINS. The chief contributions of this paper are:
dentiality, two-party data authentication, and data freshness. A  Exploring the challenges for security in sensor networks.
particularly hard problem is to provide efficient broadcast authen-
tication, which is an important mechanism for sensor networks.  Designing and developing TESLA (the “micro” version of
TESLA is a new protocol which provides authenticated broadcast the Timed, Efficient, Streaming, Loss-tolerant Authentication
for severely resource-constrained environments. We implemented Protocol), providing authenticated streaming broadcast.
the above protocols, and show that they are practical even on mini-
mal hardware: the performance of the protocol suite easily matches  Designing and developing SNEP (Secure Network Encryp-
the data rate of our network. Additionally, we demonstrate that the tion Protocol) providing data confidentiality, two-party data
suite can be used for building higher level protocols. authentication, and data freshness, with low overhead.
 Designing and developing an authenticated routing protocol
1. INTRODUCTION using SPINS building blocks.
We envision a future where thousands to millions of small sensors
form self-organizing wireless networks. How can we provide se-
Sensor Hardware
curity for these sensor networks? Security is not easy; compared At UC Berkeley, we are building prototype networks of small sen-
with conventional desktop computers, severe challenges exist — sor devices under the SmartDust program [32]. We have deployed
these sensors will have limited processing power, storage, band- these in one of our EECS buildings, Cory Hall (see Figure 1).
width, and energy. By design, these sensors are inexpensive, low-power devices. As
Despite the challenges, security is important for these devices. a result, they have limited computational and communication re-
As we describe below, we are deploying prototype wireless net- sources. The sensors form a self-organizing wireless network (see
Figure 1) and form a multihop routing topology. Typical applica-
 We gratefully acknowledge funding support for this research. This research was tions may periodically transmit sensor readings for processing.
sponsored in part the United States Postal Service (contract USPS 102592-01-Z-
0236), by the United States Defense Advanced Research Projects Agency (contracts
Our current prototype consists of nodes, small battery powered
DABT63-98-C-0038, “Ninja”, N66001-99-2-8913, “Endeavour”, and DABT63-96- devices, that communicate with a more powerful base station, which
C-0056, “IRAM”), by the United States National Science Foundation (grants FD99- in turn is connected to an outside network. Table 1 summarizes
79852 and RI EIA-9802069) and from gifts and grants from the California MICRO the performance characteristics of these devices. At 4MHz, they
program, Intel Corporation, IBM, Sun Microsystems, and Philips Electronics. DARPA
Contract N66001-99-2-8913 is under the supervision of the Space and Naval Warfare are slow and underpowered (the CPU has good support for bit and
Systems Center, San Diego. This paper represents the opinions of the authors and do byte level I/O operations, but lacks support for many arithmetic and
not necessarily represent the opinions or policies, either expressed or implied, of the some logic operations). They are only 8-bit processors (note that
United States government, of DARPA, NSF, USPS, or any other of its agencies, or any
of the other funding sponsors. according to [40], 80% of all microprocessors shipped in 2000 were
4 bit or 8 bit devices). Communication is slow at 10 Kbps.
The operating system is particularly interesting for these devices.
We use TinyOS [16]. This small, event-driven operating system
Permission to make digital or hard copies of all or part of this work for consumes almost half of 8KB of instruction flash memory, leaving
personal or classroom use is granted without fee provided that copies are just 4500 bytes for security and the application.
not made or distributed for profit or commercial advantage and that copies It is hard to imagine how significantly more powerful devices
bear this notice and the full citation on the first page. To copy otherwise, to could be used without consuming large amounts of power. The en-
republish, to post on servers or to redistribute to lists, requires prior specific ergy source on our devices is a small battery, so we are stuck with
permission and/or a fee.
Mobile Computing and Networking 2001 Rome, Italy relatively limited computational devices. Similarly, since commu-
Copyright 2001 ACM X-XXXXX-XX-X/XX/XX ...$5.00. nication over radio will be the most energy-consuming function
CPU 8-bit, 4MHz
Storage 8KB instruction flash
512 bytes RAM
512 bytes EEPROM
Communication 916 MHz radio
Bandwidth 10Kilobits per second
Operating System TinyOS
OS code space 3500 bytes
Available code space 4500 bytes

Table 1: Characteristics of prototype SmartDust nodes

performed by these devices, we need to minimize communications


overhead. The limited energy supplies create tensions for security:
on the one hand, security needs to limit its consumption of pro-
cessor power; on the other hand, limited power supply limits the
lifetime of keys (battery replacement is designed to reinitialize de-
vices and zero out keys.) 1 Figure 1: Communication organization within a sensor net-
work at UC Berkeley’s Cory Hall. All messages are either des-
Is Security on Sensors Possible? tined for the base station or originate at the base station. The
routes are discovered so that the number of hops is minimized
These constraints make it impractical to use the majority of the cur- and the reliability of each connection is maximized.
rent secure algorithms, which were designed for powerful worksta-
tions. For example, the working memory of a sensor node is in-
sufficient to even hold the variables (of sufficient length to ensure the trust requirements. The goal of this work is to propose a gen-
security) that are required in asymmetric cryptographic algorithms eral security infrastructure that is applicable to a variety of sensor
(e.g. RSA [35], Diffie-Hellman [8]), let alone perform operations networks.
with them.
A particular challenge is broadcasting authenticated data to the Communication Architecture
entire sensor network. Current proposals for authenticated broad- Generally, the sensor nodes communicate using RF, so broadcast is
cast are impractical for sensor networks. Most proposals rely on the fundamental communication primitive. The baseline protocols
asymmetric digital signatures for the authentication, which are im- account for this property: on one hand it affects the trust assump-
practical for multiple reasons (e.g. long signatures with high com- tions, and on the other it is exploited to minimize the energy usage.
munication overhead of 50-1000 bytes per packet, very high over- Figure 1 shows the organization of a typical SmartDust sensor
head to create and verify the signature). Furthermore, previously network. The network forms around one or more base stations,
proposed purely symmetric solutions for broadcast authentication which interface the sensor network to the outside network. The
are impractical: Gennaro and Rohatgi’s initial work required over sensor nodes establish a routing forest, with a base station at the
1 Kbyte of authentication information per packet [11], and Ro-
hatgi’s improved k-time signature scheme requires over 300 bytes
root of every tree. Periodic transmission of beacons allows nodes
to create a routing topology. Each node can forward a message
per packet [36]. Some of the authors of this paper have also pro- towards a base station, recognize packets addressed to it, and han-
posed the authenticated streaming broadcast TESLA protocol [31]. dle message broadcasts. The base station accesses individual nodes
TESLA is efficient for the Internet with regular desktop worksta- using source routing. We assume that the base station has capabili-
tions, but does not scale down to our resource-starved sensor nodes. ties similar to the network nodes, except that it has enough battery
In this paper, we extend and adapt TESLA such that it becomes power to surpass the lifetime of all sensor nodes, sufficient mem-
practical for broadcast authentication for sensor networks. We call ory to store cryptographic keys, and means for communicating with
our new protocol TESLA. outside networks.
We have implemented all of these primitives. Our measurements In the sensor applications developed so far, there has been lim-
show that adding security to a highly resource-constrained sensor ited local exchange and data processing. The communication pat-
network is feasible. The paper studies an authenticated routing pro- terns within our network fall into three categories:
tocol and a two-party key agreement protocol, and demonstrates
that our security building blocks greatly facilitate the implementa-  Node to base station communication, e.g. sensor readings.
tion of a complete security solution for a sensor network.
Given the severe hardware and energy constraints, we must be  Base station to node communication, e.g. specific requests.
careful in the choice of cryptographic primitives and the security
 Base station to all nodes, e.g. routing beacons, queries or
protocols in the sensor networks.
reprogramming of the entire network.

2. SYSTEM ASSUMPTIONS Our security goal is to address primarily these communication


patterns, though we do show how to adapt our baseline protocols to
Before we outline the security requirements and present our secu- other communication patterns, i.e. node to node or node broadcast.
rity infrastructure, we need to define the system architecture and
1 Note that base stations differ from nodes in having longer-lived Trust Requirements
energy supplies and having additional communications connections Generally, the sensor networks may be deployed in untrusted lo-
to outside networks. cations. While it may be possible to guarantee the integrity of the
each node through dedicated secure microcontrollers (e.g. [1] or code (MAC) of all communicated data. When a message with a
[7]), we feel that such an architecture is too restrictive and does correct MAC arrives, the receiver knows that it must have been
not generalize to the majority of sensor networks. Instead, we as- sent by the sender.
sume that individual sensors are untrusted. Our goal is to design This style of authentication cannot be applied to a broadcast set-
the SPINS key setup so a compromise of a node does not spread to ting, without placing much stronger trust assumptions on the net-
other nodes. work nodes. If one sender wants to send authentic data to mutually
Basic wireless communication is not secure. Because it is broad- untrusted receivers, using a symmetric MAC is insecure: Any one
cast, any adversary can eavesdrop on the traffic, and inject new of the receivers knows the MAC key, and hence could impersonate
messages or replay and change old messages. Hence, SPINS does the sender and forge messages to other receivers. Hence, we need
not place any trust assumptions on the communication infrastruc- an asymmetric mechanism to achieve authenticated broadcast. One
ture, except that messages are delivered to the destination with non- of our contributions is to construct authenticated broadcast from
zero probability. symmetric primitives only, and introduce asymmetry with delayed
Since the base station is the gateway for the nodes to commu- key disclosure and one-way function key chains.
nicate with the outside world, compromising the base station can
render the entire sensor network useless. Thus the base stations are Data Integrity
a necessary part of our trusted computing base. Our trust setup re- In communication, data integrity ensures the receiver that the re-
flects this and so all sensor nodes intimately trust the base station: ceived data is not altered in transit by an adversary. In SPINS,
at creation time, each node is given a master key which is shared we achieve data integrity through data authentication, which is a
with the base station. All other keys are derived from this key. stronger property.
Finally, each node trusts itself. This assumption seems necessary
to make any forward progress. In particular, we trust the local clock Data Freshness
to be accurate, i.e. to have a small drift. This is necessary for the Given that all sensor networks stream some forms of time vary-
authenticated broadcast protocol we describe in Section 5. ing measurements, it is not enough to guarantee confidentiality and
authentication; we also must ensure each message is fresh. Infor-
Design Guidelines mally, data freshness implies that the data is recent, and it ensures
With the limited computation resources available on our platform, that no adversary replayed old messages. We identify two types of
we cannot afford to use asymmetric cryptography and so we use freshness: weak freshness, which provides partial message order-
symmetric cryptographic primitives to construct the SPINS pro- ing, but carries no delay information, and strong freshness, which
tocols. Due to the limited program store, we construct all cryp- provides a total order on a request-response pair, and allows for
tographic primitives (i.e. encryption, message authentication code delay estimation. Weak freshness is required by sensor measure-
(MAC), hash, random number generator) out of a single block ci- ments, while strong freshness is useful for time synchronization
pher for code reuse. To reduce communication overhead we exploit within the network.
common state between the communicating parties.
4. NOTATION
3. REQUIREMENTS FOR SENSOR We use the following notation to describe security protocols and
NETWORK SECURITY cryptographic operations in this paper.
In this section, we formalize the security properties required by A; B are principals, such as communicating nodes
sensor networks, and show how they are directly applicable in a
typical sensor network. NA is a nonce generated by A (a nonce is an unpredictable
bit string, usually used to achieve freshness).
Data Confidentiality
M1 j M2 denotes the concatenation of messages M1 and M2
A sensor network should not leak sensor readings to neighboring
networks. In many applications (e.g. key distribution) nodes com- KAB denotes the secret (symmetric) key which is shared be-
municate highly sensitive data. The standard approach for keeping tween A and B
sensitive data secret is to encrypt the data with a secret key that only
fM gKAB is the encryption of message M with the symmet-
intended receivers possess, hence achieving confidentiality. Given
ric key shared by A and B .
the observed communication patterns, we set up secure channels
between nodes and base stations and later bootstrap other secure fM ghKAB ;I V i denotes the encryption of message M , with
channels as necessary. key KAB , and the initialization vector IV which is used in
encryption modes such as cipher-block chaining (CBC), out-
Data Authentication put feedback mode (OFB), or counter mode (CTR) [9, 21,
Message authentication is important for many applications in sen- 22].
sor networks. Within the building sensor network, authentication is
By a secure channel, we mean a channel that offers confidential-
necessary for many administrative tasks (e.g. network reprogram-
ity, data authentication, integrity, and freshness.
ming or controlling sensor node duty cycle). At the same time, an
adversary can easily inject messages, so the receiver needs to make
sure that the data used in any decision-making process originates 5. SPINS SECURITY BUILDING BLOCKS
from the correct source. Informally, data authentication allows a To achieve the security requirements we established in Section 3
receiver to verify that the data really was sent by the claimed sender. we have designed and implemented two security building blocks:
In the two-party communication case, data authentication can be SNEP and TESLA. SNEP provides data confidentiality, two-party
achieved through a purely symmetric mechanism: The sender and data authentication, integrity, and freshness. TESLA provides au-
the receiver share a secret key to compute a message authentication thentication for data broadcast. We bootstrap the security for both
mechanisms with a shared secret key between each node and the  Weak freshness: If the message verified correctly, a receiver
base station (see Section 2). We demonstrate in Section 8 how we knows that the message must have been sent after the previ-
can extend the trust to node-to-node interactions from the node-to- ous message it received correctly (that had a lower counter
base-station trust. value). This enforces a message ordering and yields weak
freshness.
SNEP: Data Confidentiality, Authentication, In-
tegrity, and Freshness  Low communication overhead: The counter state is kept at
SNEP provides a number of unique advantages. First, it has low each end point and does not need to be sent in each message.2
8
communication overhead since it only adds bytes per message.
Plain SNEP provides weak data freshness only, because it only
Second, like many cryptographic protocols it uses a counter, but
enforces a sending order on the messages within node B , but no
we avoid transmitting the counter value by keeping state at both
absolute assurance to node A that a message was created by B in
end points. Third, SNEP achieves even semantic security, a strong
response to an event in node A.
security property which prevents eavesdroppers from inferring the
Node A achieves strong data freshness for a response from node
message content from the encrypted message. Finally, the same
B through a nonce NA (which is a random number sufficiently long
simple and efficient protocol also gives us data authentication, re-
such that it is unpredictable). Node A generates NA randomly and
play protection, and weak message freshness.
sends it along with a request message RA to node B . The sim-
Data confidentiality is one of the most basic security primitives
plest way to achieve strong freshness is for B to return the nonce
and it is used in almost every security protocol. A simple form
with the response message RB in an authenticated protocol. How-
of confidentiality can be achieved through encryption, but pure en-
ever, instead of returning the nonce to the sender, we can optimize
cryption is not sufficient. Another important security property is
the process by using the nonce implicitly in the MAC computa-
semantic security, which ensures that an eavesdropper has no in-
tion. The entire SNEP protocol providing strong freshness for B ’s
formation about the plaintext, even if it sees multiple encryptions
response is:
of the same plaintext [12]. For example, even if an attacker has
0 1
an encryption of a bit and an encryption of a bit, it will not :
A ! B NA ; RA
help it distinguish whether a new encryption is an encryption of 0 B ! A : fR (
ghKencr ;C i ; MAC Kmac ; NA jC jfRB ghKencr ;C i )
1
or . The basic technique to achieve this is randomization: Be-
B

fore encrypting the message with a chaining encryption function If the MAC verifies correctly, node A knows that node B gen-
(i.e. DES-CBC), the sender precedes the message with a random erated the response after it sent the request. The first message can
bit string. This prevents the attacker from inferring the plaintext of also use plain SNEP if confidentiality and data authentication are
encrypted messages if it knows plaintext-ciphertext pairs encrypted needed.
with the same key.
However, sending the randomized data over the RF channel re- TESLA: Authenticated Broadcast
quires more energy. So we construct another cryptographic mech- Current proposals for authenticated broadcast are impractical for
anism that achieves semantic security with no additional transmis- sensor networks. First, most proposals rely on asymmetric digital
sion overhead. Instead, we rely on a shared counter between the signatures for the authentication, which are impractical for multi-
sender and the receiver for the block cipher in counter mode (CTR) ple reasons. They require long signatures with high communication
(as we discuss in Section 6). Since the communicating parties share overhead of 50-1000 bytes per packet, very high overhead to create
the counter and increment it after each block, the counter does not and verify the signature. Even previously proposed one-time signa-
need to be sent with the message. To achieve two-party authen- ture schemes that are based on symmetric cryptography (one-way
tication and data integrity, we use a message authentication code functions without trapdoors) have a high overhead: Gennaro and
(MAC). Rohatgi’s broadcast signature based on Lamport’s one-time signa-
The combination of these mechanisms form our Sensor Net- ture [20] requires over 1 Kbyte of authentication information per
work Encryption Protocol SNEP. The encrypted data has the fol- packet [11], and Rohatgi’s improved k-time signature scheme re-
lowing format: E = fDghKencr ;C i , where D is the data, the en- 300
=
quires over bytes per packet [36].
cryption key is Kencr , and the counter is C . The MAC is M
( )
The recently proposed TESLA protocol provides efficient au-
MAC Kmac ; C jE . We derive the keys Kencr and Kmac from the thenticated broadcast [31, 30]. However, TESLA is not designed
master secret key K as we show in Section 6. The complete mes- for such limited computing environments as we encounter in sen-
sage that A sends to B is: sor networks for three reasons.
: (
A ! B fDghKencr ;C i ; MAC Kmac ; C jfDghKencr ;C i ) First, TESLA authenticates the initial packet with a digital sig-
nature. Clearly, digital signatures are too expensive to compute on
SNEP offers the following nice properties: our sensor nodes, since even fitting the code into the memory is a
 Semantic security: Since the counter value is incremented af- major challenge. For the same reason as we mention above, one-
ter each message, the same message is encrypted differently time signatures are a challenge to use on our nodes.
each time. The counter value is long enough that it never 24
Standard TESLA has an overhead of approximately bytes per
repeats within the lifetime of the node. packet. For networks connecting workstations this is usually not
significant. Sensor nodes, however, send very small messages that
 Data authentication: If the MAC verifies correctly, a receiver are around 30 bytes long. It is simply impractical to disclose the
can be assured that the message originated from the claimed
sender.
TESLA key for the previous intervals with every packet: with 64
2 In case the MAC does not match, the receiver can try out a fixed,
 Replay protection: The counter value in the MAC prevents small number of counter increments to recover from message loss.
replaying old messages. Note that if the counter were not In case the optimistic re-synchronization fails, the two parties en-
present in the MAC, an adversary could easily replay mes- gage in a counter exchange protocol, which uses the strong fresh-
sages. ness protocol described below.
bit keys and MACs, the TESLA-related part of the packet would be F F F F
constitute over 50% of the packet.
K0 K1 K2 K3 K4
time
Finally, the one-way key chain does not fit into the memory of
our sensor node. So pure TESLA is not practical for a node to
broadcast authenticated data. P1 P2 P3 P4 P5 P6 P7
We design TESLA to solve the following inadequacies of TESLA
in sensor networks:
Figure 2: Using a time-released key chain for source authenti-
 TESLA authenticates the initial packet with a digital signa- cation.
ture, which is too expensive for our sensor nodes. TESLA
uses only symmetric mechanisms.
 Disclosing a key in each packet requires too much energy for We assume that the receiver node is loosely time synchronized and
sending and receiving. TESLA discloses the key once per knows K0 (a commitment to the key chain) in an authenticated way.
epoch. 1
Packets P1 and P2 sent in interval contain a MAC with key K1 .
Packet P3 has a MAC using key K2 . So far, the receiver cannot
 It is expensive to store a one-way key chain in a sensor node.
authenticate any packets yet. Let us assume that packets P4 , P5 ,
TESLA restricts the number of authenticated senders.
and P6 are all lost, as well as the packet that discloses key K1 , so
TESLA Overview 4
the receiver can still not authenticate P1 , P2 , or P3 . In interval
the base station broadcasts key K2 , which the node authenticates by
We give a brief overview of TESLA, followed by a detailed de-
scription.
= ( ( ))
verifying K0 F F K2 , and hence knows also K1 F K2 , = ( )
so it can authenticate packets P1 , P2 with K1 , and P3 with K2 .
As we discussed in Section 3, authenticated broadcast requires Instead of adding a disclosed key to each data packet, the key
an asymmetric mechanism, otherwise any compromised receiver disclosure is independent from the packets broadcast, and is tied to
could forge messages from the sender. Unfortunately, asymmet- time intervals. Within the context of TESLA, the sender broad-
ric cryptographic mechanisms have high computation, communi- casts the current key periodically in a special packet.
cation, and storage overhead, which makes their usage on resource-
constrained devices impractical. TESLA overcomes this problem TESLA Detailed Description
by introducing asymmetry through a delayed disclosure of sym-
TESLA has multiple phases: Sender setup, sending authenticated
metric keys, which results in an efficient broadcast authentication
packets, bootstrapping new receivers, and authenticating packets.
scheme.
For simplicity, we explain TESLA for the case where the base
For simplicity, we explain TESLA for the case where the base
station broadcasts authenticated information, and we discuss the
station broadcasts authenticated information to the nodes, and we
case where nodes send authenticated broadcasts at the end of this
discuss the case where the nodes are the sender at the end of this
section.
section.
Sender setup The sender first generates a sequence of secret
TESLA requires that the base station and nodes are loosely
keys (or key chain). To generate the one-way key chain of length
time synchronized, and each node knows an upper bound on the
n, the sender chooses the last key Kn randomly, and generates
maximum synchronization error. To send an authenticated packet,
the remaining values by successively applying a one-way func-
the base station simply computes a MAC on the packet with a key
tion F (e.g. a cryptographic hash function such as MD5 [34]):
that is secret at that point in time. When a node gets a packet, it can
verify that the corresponding MAC key was not yet disclosed by
Kj = ( )
F Kj +1 . Because F is a one-way function, anybody
can compute forward, e.g. compute K0 ; : : : ; Kj given Kj +1 , but
the base station (based on its loosely synchronized clock, its max-
nobody can compute backward, e.g. compute Kj +1 given only
imum synchronization error, and the time schedule at which keys
K0 ; : : : ; Kj , due to the one-way generator function. This is similar
are disclosed). Since a receiving node is assured that the MAC key
to the S/Key one-time password system [14].
is known only by the base station, the receiving node is assured
Broadcasting authenticated packets Time is divided into time
that no adversary could have altered the packet in transit. The node
intervals and the sender associates each key of the one-way key
stores the packet in a buffer. At the time of key disclosure, the base
chain with one time interval. In time interval t, the sender uses the
station broadcasts the verification key to all receivers. When a node
key of the current interval, Kt , to compute the message authentica-
receives the disclosed key, it can easily verify the correctness of the
tion code (MAC) of packets in that interval. The sender will then
key (which we explain below). If the key is correct, the node can
reveal the key Kt after a delay of Æ intervals after the end of the
now use it to authenticate the packet stored in its buffer.
time interval t. The key disclosure time delay Æ is on the order of a
Each MAC key is a key of a key chain, generated by a public
few time intervals, as long as it is greater than any reasonable round
one-way function F . To generate the one-way key chain, the sender
trip time between the sender and the receivers.
chooses the last key Kn of the chain randomly, and repeatedly ap-
= ( )
plies F to compute all other keys: Ki F Ki+1 . Each node can
Bootstrapping a new receiver The important property of the
one-way key chain is that once the receiver has an authenticated key
easily perform time synchronization and retrieve an authenticated
of the chain, subsequent keys of the chain are self-authenticating,
key of the key chain for the commitment in a secure and authenti-
which means that the receiver can easily and efficiently authenticate
cated manner, using the SNEP building block. (We explain more
subsequent keys of the one-way key chain using the one authenti-
details in the next subsection).
cated key. For example, if a receiver has an authenticated value
Example Ki of the key chain, it can easily authenticate Ki+1 , by verifying
Figure 2 shows an example of TESLA. Each key of the key chain Ki = ( )
F Ki+1 . Therefore to bootstrap TESLA, each receiver
corresponds to a time interval and all packets sent within one time needs to have one authentic key of the one-way key chain as a com-
interval are authenticated with the same key. The time until keys of mitment to the entire chain. Another requirement of TESLA is
2
a particular interval are disclosed is time intervals in this example. that the sender and receiver are loosely time synchronized, and that
the receiver knows the key disclosure schedule of the keys of the node, the base station can also broadcast the disclosed keys,
one-way key chain. Both the loose time synchronization as well and/or perform the initial bootstrapping procedure for new
as the authenticated key chain commitment can be established with receivers.
a mechanism that provides strong freshness and point-to-point au-
thentication. A receiver sends a nonce in the request message to the
sender. The sender replies with a message containing its current 6. IMPLEMENTATION
time TS (for time synchronization), a key Ki of the one-way key Due to the stringent resource constraints of the sensor nodes, the
chain used in a past interval i (the commitment to the key chain), implementation of the cryptographic primitives is a major chal-
and the starting time Ti of interval i, the duration Tint of a time in- lenge. Usually for the sake of feasibility and efficiency, security
terval, and the disclosure delay Æ (the last three values describe the is sacrificed. Our belief, however, is that strong cryptography is
key disclosure schedule). necessary for trustworthy devices. Hence, one of our main goals is
to provide strong cryptography despite the severe hardware restric-
M ! S NM : tions.
A hard constraint is the memory size: Our sensor nodes have 8
S!M :T j Ki j Ti j Tint j Æ
S KBytes of read-only program memory, and 512 bytes of RAM. The
(
MAC KM S ; NM j TS j Ki j Ti j Tint j Æ ) program memory is used for TinyOS, our security infrastructure,
and the actual sensor net application. To save program memory
Since we do not need confidentiality, the sender does not need to we implement all cryptographic primitives from one single block
encrypt the data. The MAC uses the secret key shared by the node cipher [22, 38].
and base station to authenticate the data, the nonce NM allows the Block cipher We evaluated several algorithms for use as a block
node to verify freshness. Instead of using a digital signature scheme cipher. An initial choice was the AES algorithm Rijndael [6]; how-
as in TESLA, we use the node-to-base-station authenticated chan- ever, after closer inspection, we sought alternatives with smaller
nel to bootstrap the authenticated broadcast. code size and higher speed. The baseline version of Rijndael uses
Authenticating broadcast packets When a receiver receives the over 800 bytes of lookup tables which is too large for our memory-
packets with the MAC, it needs to ensure that the packet could not deprived nodes. An optimized version of that algorithm which runs
have been spoofed by an adversary. The threat is that the adversary about a 100 times faster, uses over 10 Kbytes of lookup tables. Sim-
already knows the disclosed key of a time interval and so it could ilarly, we rejected the DES block cipher which requires a 512-entry
forge the packet since it knows the key used to compute the MAC. SBox table, and a 256-entry table for various permutations [42].
Hence the receiver needs to be sure that the sender did not dis- We defer using other small encryption algorithms such as TEA [43]
close the key yet which corresponds to an incoming packet, which or TREYFER [44] until they matured after thorough scrutiny of
implies that no adversary could have forged the contents. This is cryptanalysts. We chose to use RC5 [33] because of its small code
called the security condition, which receivers check for all incom- size and high efficiency. RC5 does not rely on multiplication, and
ing packets. Therefore the sender and receivers need to be loosely does not require large tables. However, RC5 does use 32-bit data-
time synchronized and the receivers need to know the key disclo- dependent rotates, and our Atmel processor only has an 8-bit single
sure schedule. If the incoming packet satisfies the security condi- bit rotate, which makes this operation expensive.
tion, the receiver stores the packet (it can verify it only once the Even though the RC5 algorithm can be expressed very succinctly,
corresponding key is disclosed). If the security condition is vio- the common RC5 libraries are too large to fit on our platform. With
lated (the packet had an unusually long delay), the receiver needs a judicious selection of functionality, we were able to use a sub-
to drop the packet, since an adversary might have altered it. set of RC5 from OpenSSL, and after further tuning of the code we
As soon as the node receives a key Kj of a previous time interval, achieve an additional 40% reduction in code size.
it authenticates the key by checking that it matches the last authen- Encryption function To save code space, we use the same func-
tic key it knows Ki , using a small number of applications of the
one-way function F : Ki = ( )
F j i Kj . If the check is successful,
tion both for encryption and decryption. The counter (CTR) mode
of block ciphers, shown in Figure 3 has this property. Another prop-
the new key Kj is authentic and the receiver can authenticate all erty of the CTR mode is that it is a stream cipher in nature. There-
packets that were sent within the time intervals i to j . The receiver fore the size of the ciphertext is exactly the size of the plaintext and
also replaces the stored Ki with Kj . not a multiple of the block size.3 This property is particularly de-
Nodes broadcast authenticated data New challenges arise if sirable in our environment. Message sending and receiving is very
a node broadcasts authenticated data. Since the node is severely expensive in terms of energy. Also, longer messages have a higher
memory limited, it cannot store the keys of a one-way key chain. probability of data corruption. Therefore, message expansion by
Moreover, re-computing each key from the initial generating key the block cipher is undesirable. CTR mode requires a counter for
Kn is computationally expensive. Another issue is that the node proper operation. Reusing a counter value severely degrades se-
might not share a key with each receiver, hence sending out the curity. In addition, CTR-mode offers semantic security, since the
authenticated commitment to the key chain would involve an ex- same plaintext sent at different times is encrypted into different ci-
pensive node-to-node key agreement, as we describe in Section 8. phertext because the encryption pads are generated from different
Finally, broadcasting the disclosed keys to all receivers can also be counters. To an adversary who does not know the key, these mes-
expensive for the node and drain precious battery energy. sages will appear as two different, unrelated, random strings. Since
Here are two viable approaches to deal with this problem: the sender and the receiver share the counter, we do not need to
 The node broadcasts the data through the base station. It include it in the message. If the two nodes lose the synchronization
uses SNEP to send the data in an authenticated way to the of the counter, they can simply transmit the counter explicitly to
base station, which subsequently broadcasts it. resynchronize using SNEP with strong freshness.
 The node broadcasts the data. However, the base station 3 The same property can also be achieved with a block cipher and
keeps the one-way key chain and sends keys to the broadcast- the “ciphertext-stealing” method described by Schneier [38]. The
ing node as needed. To conserve energy for the broadcasting downside is that this approach requires both encryption and decryp-
ctr ctr x1 x2 x3

-
?
-
? - ?j - ?j -
H1 H2 H3
K E K E
? ? ?
K
- E K
- E K
- E
xj
- ?j -
cj
-?
j -xj

Figure 3: Counter mode encryption and decryption. The


encryption function is applied to a monotonically increasing Figure 4: CBC MAC. The output of the last stage serves as the
counter to generate a one time pad. This pad is then XORed authentication code.
with the plaintext. The decryption operation is identical.

Freshness Weak freshness is automatically provided by the CTR


encryption. Since the sender increments the counter after each mes-
-K encr = FK (1)
sage, the receiver verifies weak freshness by verifying that received
messages have a monotonically increasing counter. For applica- K -K mac = FK (2)
tions that require strong freshness, the node creates a random nonce
NM (a 64-bit value that is unpredictable) and sends in the request
-K rand = FK (3)
message to the receiver. The receiver generates the response mes-
sage and includes the nonce in the MAC computation (see Sec-
tion 5). If the MAC of the response verifies successfully, the node
knows that the response was generated after it sent out the request Figure 5: Deriving internal keys from the master secret key
message and hence achieves strong freshness.
Random-number generation Although the node has its own

( )
sensors, radio receiver, and scheduling process, from which we
could derive random digits, we choose to minimize power require- MAC K; x . Again, this allows for more code reuse. Since MAC
ments and select the most efficient random number generation. We has strong one-way properties, all keys derived in this manner are
use a MAC function as our pseudo-random number generator (PRG), computationally independent. Even if the attacker could break one
with the secret pseudo-random number generator key Krand . We of the keys, the knowledge of that key would not help it to deter-
also keep a counter C that we increment after each pseudo-random mine the master secret or any other key. Additionally, if we detect
block we generate. We compute the C -th pseudo-random output that a key has been compromised, both parties can derive a new key
( )
block as MAC Krand ; C . If C wraps around (which should never without transmitting any confidential information.
happen because the node will exhaust its energy before then), we
derive a new PRG key from the master secret key and the cur- 7. EVALUATION
rent PRG key using our MAC as a pseudo-random function (PRF):
0
Krand = ( )
MAC K; Krand .
We evaluate the implementation of our protocols in terms of code
size, RAM size, and processor and communication overheads.
Message authentication We also need a secure message authen- Code size Table 2 shows the code size of three implementations
tication code. Because we intend to re-use our block cipher, we use of crypto routines in TinyOS. The smallest version of the crypto
the well-known CBC-MAC [41]. A block diagram for computing routines occupies about 20% of the available code space. Addi-
CBC MAC is shown in Figure 4. tionally, the implementation of TESLA protocol uses another 574
To achieve authentication and message integrity we use the fol- bytes. Together, the crypto library and the protocol implementa-
lowing standard approach. Assuming a message M , an encryption tion consume about 2 KBytes of program memory, which is quite
key Kencr , and a MAC key Kmac , we use the following construc-
( )
tion: fM gKencr ; MAC Kmac ; fM gKE . This construction pre-
acceptable in most applications.
While optimizing the crypto library, it became apparent that at
vents the nodes from decrypting erroneous ciphertext, which is a this scale it is important to identify reusable routines to minimize
potential security risk. the call setup costs. For example, OpenSSL implements the RC5
In our implementation, we decided to compute a MAC per packet. encryption routine as a function. In the case of a sensor network
This approach fits well with the lossy nature of communications it became clear that the costs of call setup and return outweigh the
within this environment. Furthermore, at this granularity, MAC is costs of the RC5 itself. Thus, we made the decision to implement
used to check both authentication and integrity of messages, elimi- RC5 encryption as a macro, and only expose interfaces to the MAC
nating the need for mechanisms like CRC.
Key setup Recall that our key setup depends on a secret master
key, initially shared by the base station and the node. We denote Version Total Size MAC Encrypt Key Setup
that key with Ki for node Mi . All keys subsequently needed are Smallest 1594 480 392 622
bootstrapped from the initial master secret key. Figure 5 shows Fastest 1826 596 508 622
our key derivation procedure. We use the pseudo-random function Original 2674 1210 802 686
(PRF) F to derive the keys, which we implement as FK x ()=
Table 2: Code size breakdown (in bytes) for the security mod-
tion functions. ules.
Module RAM size (bytes)
RC5 80 computation freshness
encryption
TESLA 120 transmission <1% transmission
Encrypt/MAC 20 <1% 7%
encryption MAC
computation computation
Table 3: RAM requirements of the security modules. <1% 2%

MAC
and CTR-ENCRYPT functions. transmission
Performance The performance of the cryptographic primitives 20%
is adequate for the bandwidth supported by the current generation
of network sensors. The RC5 key setup requires 8000 instruction
4
cycles ( ms, the time required to send 40 8
bits). Encryption of a -
120
data
byte block instruction cycles. Our sensors currently support a transmission
maximum throughput of twenty 30-byte messages per second, with 71%
the microcontroller being idle for about 50% of the time [16]. As-
suming a single key setup, one MAC operation, and one encryption
operation, our code is still able to encrypt and sign every message.
Figure 6: Energy costs of adding security protocols to the sen-
We infer the time required for TESLA based on static analysis
sor network. Most of the overhead arises from the transmission
of the protocol. As stated in the previous section, TESLA has a
of extra data rather than from any computational costs.
disclosure interval of 2. The stringent buffering requirements also
dictate that the we cannot drop more that one key disclosure bea-
con. Thus, we require a maximum of two key setup operations and
key disclosure would be one message per time interval, regardless
two CTR encryptions to check the validity of a disclosed TESLA
of the traffic pattern within the network. We believe that the benefit
key. Additionally, we perform up to two key setup operations, two
of authenticated routing justifies the costs of explicit beacons.
CTR encryptions, and up to four MAC operation to check an in-
Remaining security issues Although this protocol suite does ad-
tegrity of a TESLA message.4 That gives an upper bound of 17,800
dress many security related problems, there remain many additional
s for checking the buffered messages. This amount of work is
issues. First, we do not address the problem of information leak-
easily performed on our processor. In fact, the limiting factor on
age through covert channels. Second, we do not deal completely
the bandwidth of authenticated broadcast traffic is the amount of
with compromised sensors, we merely ensure that compromising
buffering we can dedicate on individual sensor nodes. Table 3
a single sensor does not reveal the keys of all the sensors in the
shows the amount of RAM that the security modules require. We
network. It is an interesting research problem on how to design
configure the TESLA protocol with 4 messages: the disclosure in-
efficient protocols that scale down to sensor networks which are
terval dictates a buffer space of 3 messages just for key disclosure,
robust to compromised sensors. Third, we do not deal with denial-
and we need an additional buffer to use this primitive in a more
of-service (DoS) attacks in this work. Since we operate on a wire-
flexible way. Despite allocating minimal amounts of memory to
less network, an adversary can always perform a DoS attack by
TESLA, the protocols we implement consume nearly half of the
jamming the radio channel with a strong signal. Finally, due to our
available RAM, and we do not feel that we can afford to dedicate
hardware limitations, we cannot provide Diffie-Hellman style key
any more RAM to security related tasks.
agreement or use digital signatures to achieve non-repudiation. We
Energy costs Finally we examine the energy costs of security
believe that for the majority of sensor network applications, authen-
mechanisms. Most of the energy costs will come from extra trans-
tication is sufficient.
missions required by the protocols. Since we use a stream cipher
for encryption, the size of encrypted message is the same as the size
of the plaintext. The MAC uses 8 bytes of every 30 byte message, 8. APPLICATIONS
however, the MAC also achieves integrity so we do not need to In this section we demonstrate how we can build secure protocols
use other message integrity mechanisms (e.g. a 16-bit CRC). Thus, out of the SPINS secure building blocks. First, we build an authen-
encrypting and signing messages imposes an overhead of 6 bytes ticated routing application, and second, a two-party key agreement
per message over an unencrypted message with integrity checking, protocol.
or about 20 %. Figure 6 expresses the costs of computation and
communication in terms of energy required for the SNEP protocol. Authenticated Routing
The messages broadcast using TESLA have the same costs of
authentication per message. Additionally, TESLA requires a peri- Using the TESLA protocol, we developed a lightweight, authen-
odic key disclosure, but these messages are grafted onto routing up- ticated ad hoc routing protocol that builds an authenticated routing
dates (see Section 8). We can take two different views regarding the topology. Ad hoc routing has been an active area of research [5,
costs of these messages. If we accept that the routing beacons are 13, 17, 18, 26, 29, 28, 37]. However, none of these solutions of-
necessary, then TESLA key disclosure is nearly free, because en- fer authenticated routing messages. Hence it is potentially easy for
ergy of transmitting or receiving dominate the computational costs a malicious user to take over the network by injecting erroneous,
of our protocols. On the other hand, one might claim that the rout- replaying old, or advertise incorrect routing information. The au-
ing beacons are not necessary and that it is possible to construct an thenticated routing scheme we developed mitigates these problems.
ad hoc multihop network implicitly. In that case the overhead of The routing scheme within our prototype network assumes bidi-
rectional communication channels, i.e. if node A hears node B ,
4 Key setup operations are dependent on the minimal and maxi- then node B hears node A. The route discovery depends on peri-
mal disclosure interval, whereas the number of MAC operations odic broadcast of beacons. Every node, upon reception of a beacon
depends on the number of buffered messages. packet, checks whether it has already received a beacon (which is
a normal packet with a globally unique sender ID and current time lished session key SKAB , as well as message authentication (through
at base station, protected by a MAC to ensure integrity and that the the MAC using keys KAS 0 and KBS 0 ) to make sure that the key was
data is authentic) in the current epoch 5 . If a node hears the beacon really generated by the base station. Note that the MAC in the sec-
within the epoch, it does not take any further action. Otherwise, the ond protocol message helps defend the base station from denial-of-
node accepts the sender of the beacon as its parent to route towards service attacks, so the base station only sends two messages to A
the base station. Additionally, the node would repeat the beacon and B if it received a legitimate request from one of the nodes.
with the sender ID changed to itself. This route discovery resem- A nice feature of the above protocol is that the base station per-
bles a distributed, breadth first search algorithm, and produces a forms most of the transmission work. Other protocols usually in-
routing topology similar to Figure 1 (see [16] for details). volve a ticket that the server sends to one of the parties which for-
However, in the above algorithm, the route discovery depends wards it to the other node, which requires more energy for the nodes
only on the receipt of route packet, not on its contents. It is easy to forward the message.
for any node to claim to be a valid base station. We note that the The Kerberos key agreement protocol achieves similar proper-
TESLA key disclosure packets can easily function as routing bea- ties, except that it does not provide strong key freshness [19, 23].
cons. We accept only the sources of authenticated beacons as valid However, it would be straightforward to implement it with strong
parents. Reception of a TESLA packet guarantees that that packet key freshness by using SNEP with strong freshness.
originated at the base station, and that it is fresh. For each time in-
terval, we accept as the parent the first node that sends a packet that 9. RELATED WORK
is later successfully authenticated. Combining TESLA key dis-
We review related work that deals with security issues in a ubiq-
closure with the distribution of routing beacons allows us to charge
uitous computing environment. We also review work on crypto-
the costs of the transmission of the keys to network maintenance,
graphic protocols for low-end devices.
rather than the encryption system.
Fox and Gribble present a security protocol that provides secure
This scheme leads to a lightweight authenticated routing proto-
access to application-level proxy services [10]. Their protocol is
col. Since each node accepts only the first authenticated packet as
designed to interact with a proxy to Kerberos and to facilitate port-
the one to use in routing, it is impossible for an attacker to reroute
ing services that rely on Kerberos to wireless devices. The work of
arbitrary links within the sensor network. Furthermore, each node
Patel and Crowcroft focuses on security solutions for mobile user
can easily verify whether the parent forwarded the message: by
devices [27]. Unfortunately, their work uses asymmetric cryptog-
our assumption of bidirectional connectivity, if the parent of a node
raphy and is hence too expensive for the environments we envision.
forwarded the message, the node must have heard that.
The work of Czerwinski et al. also relies on asymmetric cryptog-
The authenticated routing scheme above is just one way to build
raphy for authentication [4]. Stajano and Anderson discuss the is-
authenticated ad hoc routing protocol using TESLA. In proto-
sues of bootstrapping security devices [39]. Their solution requires
cols where base stations are not involved in route construction,
physical contact of the new device with a master device to imprint
TESLA can still be used for security. In these cases, the initiating
the trusted and secret information. Zhou and Hass propose to se-
node will temporarily act as base station and beacons authenticated
cure ad-hoc networks using asymmetric cryptography [45]. Car-
route updates 6 .
man, Kruus, and Matt analyze a wide variety of approaches for
8.1 Node-to-Node Key Agreement key agreement and key distribution in sensor networks [3]. They
analyze the overhead of these protocols on a variety of hardware
A convenient method to bootstrap secure connections is public-key platforms.
cryptography protocols for symmetric-key setup [2, 15]. Unfor- A number of researchers investigate the problem to provide cryp-
tunately, our resource-constrained sensor nodes prevent us from tographic services in low-end devices. We first discuss the hard-
using computationally expensive public-key cryptography. There- ware efforts, followed by the algorithmic work on cryptography.
fore, we need to construct our protocols solely from symmetric-key Several systems integrate cryptographic primitives with low cost
algorithms. Hence we design a symmetric protocol that uses the microcontrollers. Examples of such systems are secure AVR con-
base station as a trusted agent for key setup. trollers [1], the Fortezza government standard, and the Dallas iBut-
Assume that the node A wants to establish a shared secret ses- ton [7]. These systems support primitives for public key encryp-
sion key SKAB with node B . Since A and B do not share any tion, with instructions for modular exponentiation, and attempt to
secrets, they need to use a trusted third party S , which is the base zeroize their memory if tampering is detected. However, these de-
station in our case. In our trust setup, both A and B share a secret vices were designed for different applications, and are not meant as
key with the base station, KAS and KBS , respectively. The follow- low-power devices.
ing protocol achieves secure key agreement as well as strong key On the cryptographic algorithm front for low-end devices the
freshness: majority of research focuses on symmetric cryptography. A no-
:
A ! B NA ; A table exception is the work of Modadugu, Boneh, and Kim which
: (
B ! S NA ; NB ; A; B; MAC KBS ; NA jNB jAjB
0 ; NA jB jfSKAB gK
) offload the heavy computation for finding an RSA key pair to un-
:
S ! A fSKAB gKAS ; MAC KAS (
0 ; NB jAjfSKAB gKAS
) trusted servers [24].
:
S ! B fSKAB gKBS ; MAC KBS ( BS ) Symmetric encryption algorithms seem to be inherently well suited
for low-end devices, due to their relatively low overhead. In prac-
The protocol uses our SNEP protocol with strong freshness. The
tice, however, low-end microprocessors are only 4-bit or 8-bit, and
nonces NA and NB ensure strong key freshness to both A and
do not provide (efficient) multiplication or variable rotate/shift in-
B . The SNEP protocol is responsible to ensure confidentiality
structions. Hence many symmetric ciphers are too expensive to
(through encryption with the keys KAS and KBS ) of the estab-
implement on our target platform. Even though one of the goals for
5 Epoch means the interval of a routing updates. the Advanced Encryption Standard (AES) [25] was efficiency and
6 However, the node here will need to have significantly more mem- small code size on low-end processors, the chosen Rijndael block
ory resource than the sensor nodes we explored here in order to cipher [6] is nevertheless too expensive for our platform. Depend-
store the key chain. ing on the implementation, AES was either too big or too slow for
our application. Due to our severely limited code size, we chose to secure service discovery service. In Fifth Annual ACM/IEEE
use RC5 by Ron Rivest [33]. Algorithms such as TEA by Wheeler International Conference on Mobile Computing and
and Needham [43] or TREYFER by Yuval [44] would be smaller Networking, pages 24 – 35, Seattle, WA USA, August 1999.
alternatives, but we still choose RC5 to attain high security because [5] D. Johnson and D.A. Maltz and J. Broch. The dynamic
the security of these other ciphers is not yet thoroughly analyzed. source routing protocol for mobile ad hoc networks
(internet-draft). In Mobile Ad-hoc Network (MANET)
10. CONCLUSION Working Group, IETF, October 1999.
We have successfully demonstrated the feasibility of implement- [6] Joan Daemen and Vincent Rijmen. AES proposal: Rijndael,
ing a security subsystem for an extremely limited sensor network March 1999.
platform. We have identified and implemented useful security pro- [7] iButton: A Java-Powered Cryptographic iButton. http:
tocols for sensor networks: authenticated and confidential commu- //www.ibutton.com/ibuttons/java.html.
nication, and authenticated broadcast. To illustrate the utility of our [8] W. Diffie and M. E. Hellman. New directions in
security building blocks, we implemented an authenticated routing cryptography. IEEE Trans. Inform. Theory, IT-22:644–654,
scheme and a secure node-to-node key agreement protocol. November 1976.
Many elements of our design are universal and apply easily to [9] Whitfield Diffie and Martin E. Hellman. Privacy and
other sensor networks. Since our primitives are solely based on authentication: An introduction to cryptography.
fast symmetric cryptography, and use no asymmetric algorithms, Proceedings of the IEEE, 67(3):397–427, March 1979.
our building blocks are applicable to a wide variety of device con- [10] Armando Fox and Steven D. Gribble. Security on the move:
figurations. The computation costs of symmetric cryptography are indirect authentication using Kerberos. In Second Annual
low. Even on our limited platform the energy spent for security is International Conference on Mobile Computing and
negligible compared with the energy cost of sending or receiving Networking (MOBICOM 1996), pages 155–164, White
messages. In the absence of other constraints, it should be possible Plains, NY USA, November 1996.
to encrypt and authenticate all sensor readings. [11] R. Gennaro and P. Rohatgi. How to sign digital streams. In
The communication costs are also small. Since the data authen- Burt Kaliski, editor, Advances in Cryptology - Crypto ’97,
tication, freshness, and confidentiality properties require transmit- pages 180–197, Berlin, 1997. Springer-Verlag. Lecture Notes
ting a mere 8 bytes per unit, it is feasible to guarantee these prop- in Computer Science Volume 1294.
erties on a per packet basis, even with small 30 byte packets. It [12] Shafi Goldwasser and Silvio Micali. Probabilistic encryption.
is difficult to improve on this scheme, as transmitting a MAC is Journal of Computer Security, 28:270–299, 1984.
fundamental to guaranteeing data authentication. [13] Z.J. Haas and M. Perlman. The zone routing protocol (ZRP)
Certain elements of the design were influenced by the available for ad hoc networks (Internet-Draft). 1998.
experimental platform. The choice of RC5 as our cryptographic
[14] Neil M. Haller. The S/KEY one-time password system. In
primitive falls into this category; on a more powerful platform we
ISOC, 1994.
could use any number of shared key algorithms with equal success.
The extreme emphasis on code reuse is another property forced by [15] D. Harkins and D. Carrel. The internet key exchange (IKE).
our platform. A more powerful device would also allow for more Request for Comments 2409, Information Sciences Institute,
basic modes of authentication. The main limitation of our platform University of Southern California, November 1998.
was available memory. In particular, the buffering restrictions lim- [16] J. Hill, R. Szewczyk, A. Woo, S. Hollar, D. Culler, and
ited the effective bandwidth of authenticated broadcast. K. Pister. System architecture directions for networked
Despite the shortcomings of our target platform, we were able to sensors. In Proceedings of the 9th International Conference
demonstrate a security subsystem for the prototype sensor network. on Architectural Support for Programming Languages and
With our techniques, we believe that security systems can become Operating Systems, November 2000.
an integral part of practical sensor networks. [17] D.B. Johnson and D.A. Maltz. Dynamic source routing in
ad-hoc wireless networks. In Mobile Computing, 1996.
11. ACKNOWLEDGMENTS [18] Young-Bae Ko and Nitin Vaidya. Location-aided routing
(LAR) in mobile ad hoc networks. In Proceedings of the
We thank Monica Chew, Dawn Song and David Wagner for helpful Fourth International Conference on Mobile Computing and
discussions and comments. We also thank the anonymous referees Networking (MobiCom’98), October 1998.
for their comments.
[19] J. Kohl and C. Neuman. RFC 1510: The Kerberos Network
Authentication Service (V5), September 1993. Status:
12. REFERENCES PROPOSED STANDARD.
[1] Secure Microcontrollers for SmartCards. http: [20] L. Lamport. Constructing digital signatures from a one-way
//www.atmel.com/atmel/acrobat/1065s.pdf. function. Technical Report CSL-98, SRI International,
[2] Steven Bellovin and Michael Merrit. Augmented encrypted October 1979.
key exchange: a password-based protocol secure against [21] H. Lipmaa, P. Rogaway, and D. Wagner. Counter mode
dictionary atttacks and password file compromise. In First encryption.
ACM Conference on Computer and Communications http://csrc.nist.gov/encryption/modes/.
Security CCS-1, pages 244–250, 1993. [22] Alfred J. Menezes, Paul van Oorschot, and Scott Vanstone.
[3] David W. Carman, Peter S. Kruus, and Brian J. Matt. Handbook of Applied Cryptography. CRC Press, 1997.
Constraints and approaches for distributed sensor network [23] S. P. Miller, C. Neuman, J. I. Schiller, and J. H. Saltzer.
security. NAI Labs Technical Report #00-010, September Kerberos authentication and authorization system. In Project
2000. Athena Technical Plan, page section E.2.1, 1987.
[4] Steven E. Czerwinski, Ben Y. Zhao, Todd D. Hodes,
[24] N. Modadugu, D. Boneh, and M. Kim. Generating RSA keys
Anthony D. Joseph, and Randy H. Katz. An architecture for a
on a handheld using an untrusted server. In RSA 2000, 2000. papers/djw-rmn/djw-rmn-tea.html, November
[25] NIST. Advanced encryption standard (AES) development 1994.
effort. [44] Gideon Yuval. Reinventing the Travois: Encryption/MAC in
http://csrc.nist.gov/encryption/aes/, 30 ROM bytes. In Proc. 4th Workshop on Fast Software
October 2000. Encryption, 1997.
[26] V.D. Park and M.S. Corson. A highly adaptable distributed [45] L. Zhou and Z.J. Hass. Securing ad hoc networks. 13(6),
routing algorithm for mobile wireless networks. In IEEE November/December 1999.
INFOCOMM’97, 1997.
[27] Bhrat Patel and Jon Crowcroft. Ticket based service access
for the mobile user. In Third annual ACM/IEEE international
conference on Mobile computing and networking, pages
223–233, Budapest Hungary, September 1997.
[28] C.E. Perkins and P. Bhagwat. Highly dynamic
destination-sequenced distance-vector routing (DSDV) for
mobile computers. In ACM SIGCOMM Symposium on
Communication, Architectures and Applications, 1994.
[29] C.E. Perkins and E.M. Royer. Ad hoc on-demand distance
vector routing. In IEEE WMCSA’99, February 1999.
[30] Adrian Perrig, Ran Canetti, Dawn Song, and J. D. Tygar.
Efficient and secure source authentication for multicast. In
Network and Distributed System Security Symposium,
NDSS ’01, February 2001.
[31] Adrian Perrig, Ran Canetti, J.D. Tygar, and Dawn Song.
Efficient authentication and signing of multicast streams over
lossy channels. In IEEE Symposium on Security and Privacy,
May 2000.
[32] K. S. J. Pister, J. M. Kahn, and B. E. Boser. Smart dust:
Wireless networks of millimeter-scale sensor nodes, 1999.
[33] R. L. Rivest. The RC5 encryption algorithm. Proc. 1st
Workshop on Fast Software Encryption, pages 86–96, 1995.
[34] Ronald L. Rivest. The MD5 message-digest algorithm.
Internet Request for Comments, April 1992. RFC 1321.
[35] Ronald L. Rivest, Adi Shamir, and Leonard M. Adleman. A
method for obtaining digital signatures and public-key
cryptosystems. Communications of the ACM, 21(2):120–126,
1978.
[36] Pankaj Rohatgi. A compact and fast hybrid signature scheme
for multicast packet authentication. In 6th ACM Conference
on Computer and Communications Security, November
1999.
[37] S. Marti and T. Giuli and K. Lai and M. Baker. Mitigating
routing misbehavior in mobile ad hoc networks. In
Proceedings of Mobicom 2000, August 2000.
[38] Bruce Schneier. Applied Cryptography (Second Edition).
John Wiley & Sons, 1996.
[39] Frank Stajano and Ross Anderson. The resurrecting
duckling: Security issues for ad-hoc wireless networks. In
B. Christianson, B. Crispo, and M. Roe, editors, Security
Protocols, 7th International Workshop. Springer Verlag
Berlin Heidelberg, 1999.
[40] David Tennenhouse. Embedding the Internet: Proactive
computing. Communications of the ACM, 43(5):43–43, 2000.
[41] U. S. National Institute of Standards and Technology (NIST).
DES model of operation. Federal Information Processing
Standards Publication 81 (FIPS PUB 81).
[42] U. S. National Institute of Standards and Technology (NIST).
Data Encryption Standard (DES). Draft Federal Information
Processing Standards Publication 46-3 (FIPS PUB 46-3),
January 1999.
[43] David Wheeler and Roger Needham. TEA, a tiny encryption
algorithm. http://www.ftp.cl.cam.ac.uk/ftp/

S-ar putea să vă placă și