Re: Stream cipher against block cipher

From: Andrew Swallow (am.swallow_at_eatspam.btinternet.com)
Date: 06/30/03


Date: Mon, 30 Jun 2003 00:15:15 +0000 (UTC)


"Tom St Denis" <tomstdenis@iahu.ca> wrote in message
news:tuhLa.7413$x4o.3755@news04.bloor.is.net.cable.rogers.com...
> Douglas A. Gwyn wrote:
> > AE wrote:
> >
> >> This doesn't make a block cipher.
> >
> >
> > Sure it does. What do *you* think the definition of
> > "block cipher" is?
>
> Block ciphers are time invariant. Stream ciphers are not.
>
> e.g. no matter how many times I encrypt P I should get the same output
> which is not true of a decent stream cipher.
>
When using a stream cipher as a block cipher reset the IV and
counter when repeating the encryption.

Andrew Swallow



Relevant Pages

  • Re: CAPI and RC4: can not decrypt when Final parameter is set to FALSE
    ... send N bytes to encrypt or decrypt you can get back different number of bytes ... In this case you either use a stream cipher (which should ... Unless the server knows how many bytes the client has encrypted at ...
    (microsoft.public.platformsdk.security)
  • Re: encryption & padding
    ... > The want to encrypt some critical files. ... > All the C reference implementation do encrypt 32 bits of data block. ... > So, I know I have to use padding technique, but I don't know exactly ... CTR allows you to convert a block cipher into a stream cipher. ...
    (sci.crypt)
  • Re: Please suggest a simple 8-bit cipher
    ... "Milan VXdgsvt" writes: ... > We need to encrypt short messages with only a very ... Try the Skipjack block cipher. ... you want a stream cipher. ...
    (sci.crypt)
  • Re: and now for something complete different part 2
    ... CFB is a chaining mode for BLOCK CIPHERS, ... cipher is just a stream cipher that is broken up into manageable chunks. ...
    (sci.crypt)
  • Re: Authentication
    ... I would just say that you are using a stream cipher. ... I understand your point but X = P xor Z is indeed the way how a one-time pad ... not all rarely used ciphers suffer from serious limitations. ... Compared to block ciphers, I would say the work on stream cipher is much ...
    (sci.crypt)