Re: AES and dynamic table generation
From: Mok-Kong Shen (mok-kong.shen_at_t-online.de)
Date: 01/08/04
- Next message: Mok-Kong Shen: "Re: Rabbit: a new stream cipher"
- Previous message: Michael Amling: "Re: Confirmation of Golic's results for RC4"
- In reply to: Robert: "Re: AES and dynamic table generation"
- Next in thread: Tom St Denis: "Re: AES and dynamic table generation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 08 Jan 2004 19:10:43 +0100
Robert wrote:
> "Simon G Best" <s.g.best@btopenworld.com> wrote in message
>> I /think/ Robert means the generation of the tables used in optimised
>> implementations (you know, where the substitution and diffusion steps
>> are combined).
>>
>> If so, I'd imagine one use might be so that the tables don't have to be
>> stored permanently, with only the code to generate them being stored
>> instead.
> Thanks. You are right. Although my question is - is there any benefit in
> terms of increased security of the algorithm. From the discussions here, it
> seems like there is none (although there might be some small resource
> benefit).
As pointed out by Foo Bar, the algorithm and the
result of encryption are the same. Hence there is no
difference in security at all. The memory space for
the tables is also the same. On the contrary, there
is some additional computation cost for the dynamic
generation. On the other hand, one could in my humble
view more conveniently check the correctness of the
tables via examining the code parts that generate
them. (Opinions might differ on this.) My AES
implementation (see my web page) chooses to generate
the tables dynamically.
M. K. Shen
----------------------------------
http://home.t-online.de/home/mok-kong.shen
- Next message: Mok-Kong Shen: "Re: Rabbit: a new stream cipher"
- Previous message: Michael Amling: "Re: Confirmation of Golic's results for RC4"
- In reply to: Robert: "Re: AES and dynamic table generation"
- Next in thread: Tom St Denis: "Re: AES and dynamic table generation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|