Re: encryption question
- From: Henrick Hellström <henrick@xxxxxxxxxxxx>
- Date: Wed, 30 Jan 2008 11:17:40 +0100
Rael wrote:
Thanks for the example.
I still am not sure what 'E' and 'A' are from your algorithm outline, and where they come from?
2. KE := HMAC(P,S + 'E')
3. KA := HMAC(P,S + 'A')
They are called KDF labels, and are just one way of ensuring that the encryption key and the MAC key aren't equal. Another common way is to generate one large key block and split it in halves.
.
- References:
- encryption question
- From: Rael
- Re: encryption question
- From: SiegfriedN
- Re: encryption question
- From: Henrick Hellström
- Re: encryption question
- From: Rael
- Re: encryption question
- From: Henrick Hellström
- Re: encryption question
- From: Rael
- Re: encryption question
- From: Henrick Hellström
- Re: encryption question
- From: Rael
- encryption question
- Prev by Date: Re: encryption question
- Next by Date: Re: encryption question
- Previous by thread: Re: encryption question
- Next by thread: Re: encryption question
- Index(es):