Re: Cipher choice for network packet payloads

From: Roger Schlafly (rogersc@mindspring.com)
Date: 04/14/03


From: "Roger Schlafly" <rogersc@mindspring.com>
Date: Mon, 14 Apr 2003 17:35:30 GMT


"theKid" <cmlambert@hotmail.com> wrote
> After reading various messages on this group, I'm still unsure whether
> to use a block cipher or a stream cipher for encrypting 56 bytes of
> data per packet. The data is in no specific format, so there's no
> problem using a block cipher in OFB mode.

You could use either.

> Will a stream cipher (Blowfish OFB mode) be faster at encryption than
> a 64 bit block cipher (Blowfish)? Anything else that's worth
> considering?

No, but either is likely to be plenty fast. Blowfish and OFB are
declining in popularity, so I don't know why you want to choose those.



Relevant Pages

  • Cipher choice for network packet payloads
    ... to use a block cipher or a stream cipher for encrypting 56 bytes of ... problem using a block cipher in OFB mode. ... Will a stream cipher (Blowfish OFB mode) be faster at encryption than ...
    (sci.crypt)
  • Re: Stream cipher against block cipher
    ... Block ciphers are more versatile and easier to use: ... You can create a stream cipher from a block cipher by running it in CTR, ... block cipher in OFB mode with the same key and different IVs without ...
    (sci.crypt)
  • Weak keys in CDX-2
    ... (This post refers to Richard Heathfield's CDX-2 variable block cipher, ... WEAK KEYS IN CDX-2 ... The weakness level of a key K encrypting a plaintext P I will ... One suggestion would be to use a fixed block size, ...
    (sci.crypt)
  • Re: Edon16 - crypto library for testing
    ... >> stream cipher, a secure hash function and a secure pseudo random ... squares also a latin square? ... the block cipher seems to work on ...
    (sci.crypt)
  • Re: convert stream ciphers into block ciphers
    ... :>like a four-round Feistel construction required, to make a stream cipher ... The word "secure" means two different things ... Mr. Gwyn has a legitimate objection to a claim that "secure" means ... and the definition of a block cipher specifically ...
    (sci.crypt)