From owner-freebsd-security Thu Mar 14 3:23:31 2002 Delivered-To: freebsd-security@freebsd.org Received: from mail.johnrshannon.com (mail.johnrshannon.com [208.141.183.125]) by hub.freebsd.org (Postfix) with ESMTP id D3CA037B41B for ; Thu, 14 Mar 2002 03:23:13 -0800 (PST) Received: from pablo.johnrshannon.com (pablo.johnrshannon.com [192.168.1.3]) by mail.johnrshannon.com (Postfix) with ESMTP id A94EBE8B4; Thu, 14 Mar 2002 04:23:12 -0700 (MST) Received: from pablo.johnrshannon.com (localhost [127.0.0.1]) by pablo.johnrshannon.com (8.12.2/8.11.6) with ESMTP id g2EBNCgN006689; Thu, 14 Mar 2002 04:23:12 -0700 (MST) (envelope-from john@pablo.johnrshannon.com) Received: (from john@localhost) by pablo.johnrshannon.com (8.12.2/8.12.1/Submit) id g2EBNB7e006688; Thu, 14 Mar 2002 04:23:11 -0700 (MST)?g (envelope-from john) Message-Id: <200203141123.g2EBNB7e006688@pablo.johnrshannon.com> Content-Type: text/plain; charset="iso-8859-1" From: "John R. Shannon" Reply-To: john@johnrshannon.com To: "jack xiao" , Subject: Re: AES Date: Thu, 14 Mar 2002 04:23:11 -0700 X-Mailer: KMail [version 1.3.2] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org AES and DES are compared on this AES fact sheet: http://csrc.nist.gov/encryption/aes/aesfact.html The problem with DES is that it's 56 bit key, which was adequate in the 70s, can be discovered by exhaustive keysearch. 3DES attacks this by applying DES 3 times: encrypt with 1 key, decrypt with a second, and encrypt with a third. The best known attack on 3DES is O(2^108) operations with something like 2^64 storage. The problem with 3DES, is it's high computational cost. On Wednesday 13 March 2002 08:54 pm, jack xiao wrote: > Hi, > > Can anybody show me some resource about the comparison between AES and 3DES > or DES? > > Thanks a lot! > > Jack > -- John R. Shannon john@johnrshannon.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message