Difference between revisions of "TinySec"

From TinyOS Wiki
Jump to: navigation, search
m
m
Line 5: Line 5:
 
==See also==
 
==See also==
 
*[[MiniSec]]
 
*[[MiniSec]]
 
+
*[[CC2420 Security Tutorial]]
 
== External links ==
 
== External links ==
 
*[http://www.cs.berkeley.edu/~daw/papers/tinysec-sensys04.pdf TinySec Paper]
 
*[http://www.cs.berkeley.edu/~daw/papers/tinysec-sensys04.pdf TinySec Paper]

Revision as of 09:46, 17 November 2009

TinySec is a layer security architecture which was implemented in TinyOS 1.x by Chris Karlof, Naveen Sastry and David Wagner. This implementation was not ported to TinyOS 2.x.

Description

TinySec provide two different modes: authenticated encryption (TinySec-AE) and authentication only (TinySec-Auth). Encryption is provided by the Skipjack algorithm used with the CBC mode of operation. Authentication is provided by the CBC mode of operation wich adds a 4-byte tag to the message.

See also

External links