Re: AES or Triple DES?
From: Russ Lyttle (lyttlec_at_earthlink.net)
Date: 06/30/03
- Next message: Jeff Mott: "JS-PW-Protect"
- Previous message: leo sgouros: "A gift for Al Klein and the long lost Peter Walker"
- Maybe in reply to: Tom St Denis: "Re: AES or Triple DES?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 30 Jun 2003 01:55:08 GMT
fungus wrote:
>
> I'm implementing a cryptosystem and the choice of
> block cipher seems to be between AES and 3DES.
>
> My conservative nature says to go with 3DES but
> the PHBs tell me that "DES" is too old and broken.
>
> AES is the new kid on the block. How is it holding
> up to analysis? I heard there was an attack which
> knocked a few bits off it, making the two pretty
> equivalent in terms of strength (though I believe
> 3DES needs an _awful_ lot of ciphertext for differential
> cryptanalysis to be useful).
>
> I used to know a bit about crypto but I've been out
> of the loop for a while (since before the AES thing).
>
> Any info on AES cracking would be appreciated.
>
>
DES was designed with hardware implementations in mind, not software. So it
is fast if you implement it in an FPGA. AES is more oriented toward
software implementations and so runs faster in software than DES. Example
code for both exists. IMHO, speed issues are no longer relevant. Lots of
example code for DES, 3DES, and AES exist. You didn't say why you were
implementing the crypto system. Instead of writing from scratch, consider
selecting an open source version of one and improving that. Be sure to
check with your professor or boss or customer first.
-- Russ Lyttle Not Powered by ActiveX
- Next message: Jeff Mott: "JS-PW-Protect"
- Previous message: leo sgouros: "A gift for Al Klein and the long lost Peter Walker"
- Maybe in reply to: Tom St Denis: "Re: AES or Triple DES?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|