TinySec

From TinyOS Wiki
Revision as of 09:43, 17 November 2009 by Sissou (talk | contribs)
Jump to: navigation, search

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