Re: Authentication of a messages using a counter and a MAC
- From: "Jakob" <jakobsson.ulf@xxxxxxxxx>
- Date: 24 Jan 2007 23:56:02 -0800
On 25 Jan, 02:07, "Joseph Ashwood" <ashw...@xxxxxxx> wrote:
"Jakob" <jakobsson....@xxxxxxxxx> wrote in messagenews:1169645124.922789.249050@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi!
Where I can find information about it this approach?
We have a messages, 128 bit key, counter, AES, and OMAC and want to
authenticate a stream of messages using
MAC (key)[counter|| message](key)[counter||message] compare the two values, if they match it's
how to do it?Include the MAC in the transmitted message, the other side computes MAC
authenticated.
Joe
So is this OK?
Two nodes share a symmetric key to authenticate message with, it is
used to do MAC of the message, so when the want to communicate the use
this key, and to get freshness of the message the use a counter, so the
packet will look as: [counter, Mac(data||counter), data].
what do need to think about to get it secure?
is it ok to use counter as a freshness value, and send it unprotected
.
- Follow-Ups:
- Re: Authentication of a messages using a counter and a MAC
- From: Joseph Ashwood
- Re: Authentication of a messages using a counter and a MAC
- References:
- Authentication of a messages using a counter and a MAC
- From: Jakob
- Re: Authentication of a messages using a counter and a MAC
- From: Joseph Ashwood
- Authentication of a messages using a counter and a MAC
- Prev by Date: Re: Blockcipher >256 bit (for hardware implementation)
- Next by Date: Re: strength of multiple hash functions
- Previous by thread: Re: Authentication of a messages using a counter and a MAC
- Next by thread: Re: Authentication of a messages using a counter and a MAC
- Index(es):
Relevant Pages
|