Re: ADVERT: Secure communications.

From: Benjamin Choi (nospam_at_technosoft21.com)
Date: 11/05/03


Date: 4 Nov 2003 18:57:19 -0800

Michael Amling <nospam@nospam.com> wrote in message news:<_LOpb.11586$8x2.6038298@newssrv26.news.prodigy.com>...
> Benjamin Choi wrote:
> > ggr@qualcomm.com (Gregory G Rose) wrote in message news:<bo74hh$4bu@qualcomm.com>...
> >
> >>AES in CTR mode *is* a stream cipher, so your
> >>advice to avoid stream ciphers because of
> >>potential misuse applies identically to your own
> >>recommendation. Anyway, if you need message
> >>integrity, you really need it; there are no
> >>acceptable half-measures.
> >>
> >>Greg
> >
> >
> > What I meant was: if you really need to use a stream cipher, AES-CTR
> > is a good choice (because of its huge keystream period, high exposure
> > to cryptanalysis and speed) rather than an unknown, unanalysed
> > algorithm like Leopard14 or my own adhoc stream cipher algorithm. But
> > I prefer not to use stream ciphers since there is the risk of message
> > integrity attacks. I would prefer, say, AES or Twofish in CBC mode.
>
> A MAC applied to a stream cipher's ciphertext will assure its
> integrity just as well as a MAC applied to a CBC ciphertext.
>
> --Mike Amling

OK, thanks.
I have lots to learn. ;)

--
Benjamin Choi


Relevant Pages

  • Re: ssh
    ... Phil Rogaway observed that CBC mode is not secure against chosen- ... plaintext attack if the IV is known or can be predicted by the attacker ... the attacker can observe the last ciphertext block before choosing the ... The SSH2 protocol, when used with a block cipher in CBC mode, does allow ...
    (Vuln-Dev)
  • Re: Blowfish Security Questions (Weak Key)
    ... >>What is the bday limit for Blowfish in CBC mode? ... > ciphertext block it's as if the IV was repeated for two messages. ...
    (sci.crypt)
  • Re: Blowfish Security Questions (Weak Key)
    ... It's not really a flaw specific to Blowfish. ... In the case of CBC mode when a ciphertext block collides with another ...
    (sci.crypt)
  • Re: security risk of IV in plaintext CBC mode
    ... text along with the message in CBC mode? ... My lecturer says no, but i cant ... relationship between the IV, the message and the ciphertext, in that the ... the block cipher hides everything. ...
    (sci.crypt)
  • Re: Bad news for Block Ciphers?
    ... with a large sample of CBC mode ciphertext generated from plain ... With CBC mode and a known bias in the original ... plaintext, an attacker knowing the bias can select ...
    (sci.crypt)