Difference between revisions of "TinySec"

From TinyOS Wiki
Jump to: navigation, search
m
m
 
Line 4: Line 4:
 
TinySec provides 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.
 
TinySec provides 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==
 
==See also==
 +
*[[Security]]
 
*[[MiniSec]]
 
*[[MiniSec]]
 
*[[CC2420 Security Tutorial]]
 
*[[CC2420 Security Tutorial]]

Latest revision as of 23:12, 18 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 provides 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