Re: Generate a one-time pad from say a 256bit key?
- From: Paul Rubin <http://phr.cx@xxxxxxxxxxxxxx>
- Date: 09 Aug 2006 08:04:49 -0700
"Tom St Denis" <tomstdenis@xxxxxxxxx> writes:
Serpent is a decent choice, not nearly as fast as Rijndael.
Serpent might faster than AES-128 if you use a bit-slice
implementation with x86 XMM instructions. I don't know if anyone has
tried that yet. Probably not worthwhile. Some of the Ecrypt stream
cipher candidates are way faster than AES and look promising in terms
of security. Block ciphers have a property (i.e., invertibility)
which is not necessary for many uses of crypto, and which appears to
be somewhat expensive. We're in the habit of using them because
history starting with DES, but it's sort of as if public-key crypto
had been invented earlier than secret-key, and we got in the habit of
using RSA even for symmetric encryption, despite its slow speed. But
we should be looking to switch to stream ciphers, now that we have a
better understanding of what we want our primitives to do.
.
- Follow-Ups:
- Re: Generate a one-time pad from say a 256bit key?
- From: Tom St Denis
- Re: Generate a one-time pad from say a 256bit key?
- References:
- Generate a one-time pad from say a 256bit key?
- From: Dave -Turner
- Re: Generate a one-time pad from say a 256bit key?
- From: David Wagner
- Re: Generate a one-time pad from say a 256bit key?
- From: Tom St Denis
- Re: Generate a one-time pad from say a 256bit key?
- From: Unruh
- Re: Generate a one-time pad from say a 256bit key?
- From: Tom St Denis
- Re: Generate a one-time pad from say a 256bit key?
- From: vedaal
- Re: Generate a one-time pad from say a 256bit key?
- From: Tom St Denis
- Generate a one-time pad from say a 256bit key?
- Prev by Date: Re: pls recommend some journal/conference on cryptography
- Next by Date: Re: Need simple lib for asymetric encryption
- Previous by thread: Re: Generate a one-time pad from say a 256bit key?
- Next by thread: Re: Generate a one-time pad from say a 256bit key?
- Index(es):