Re: What is the accepted technical definition of the word break?

From: AE (hidden@nospam.com)
Date: 03/16/03


From: AE <hidden@nospam.com>
Date: Sun, 16 Mar 2003 11:03:59 +0100


"o������������������������" wrote:
> How would you complete the following paragraph, and are there any problems
> with it as it stands?
>
>
>
> When one says that a break has been discovered for a particular algorithm,
> it does not necessarily mean that an effective means has been found to
> attack the algorithm in practice. A break is a more theoretical concept,
> which actually just means that a technique has been found that ...

in most cases it is number 1: "is faster than brute force".

Only exception are ciphers that were known to allow faster attacks when
being designed:
The keyspace of TripleDES is 168 bit, but the fastest known attack
equals to a keyspace of only 112 bit. Nevertheless TripleDES is not
broken since this fact is well known and accepted.

Maybe one should write "is faster than claimed by the designers?"

AE

> Which of the following best completes the above sentence?
>
>
>
> 1. Is faster than brute force, regardless of how little the improvement is.
>
> 2. Makes the attack polynomial (time w.r.t. key size), assuming that the
> brute force is exponential time
>
> 3. Something else???



Relevant Pages

  • Re: What is the accepted technical definition of the word break?
    ... >>Only exception are ciphers that were known to allow faster attacks when ... >>equals to a keyspace of only 112 bit. ... Nevertheless TripleDES is not ... Stefan Lucks' attack is even more efficient. ...
    (sci.crypt)
  • Re: What is the accepted technical definition of the word break?
    ... >> attack the algorithm in practice. ... > equals to a keyspace of only 112 bit. ... Nevertheless TripleDES is not ...
    (sci.crypt)
  • Re: Strong Passwords & Password Cracking (Final Version?)
    ... >> I would have to disagree with a number of your assumptions. ... >> or uses a common name. ... Strong passwords basically forces a brute force ... >> attack. ...
    (comp.security.misc)
  • Re: More on RC4/n
    ... >unreasonably long streams of RC4/5 in a couple hours and long streams ... >extending a current guess (gather.c was used to gather statistics on ... >2^^121 value guesses that standard brute force would require. ... >I don't know if this attack could be extended to RC4/6. ...
    (sci.crypt)
  • Re: Hacked Passwords
    ... But Windows authentication is quite venerable by now, and it's hard for me to imagine a new kind of attack against them. ... The main attack against Windows authentication isn't an exploit of any flaw in the cryptographic algorithm, but simple brute force guessing, comparison and retrying. ... take a significant amount of time to brute force crack [as long as they are not split into smaller 7-character LM Hash segments], and I believe it's prohibitively difficult for pre-compiled hash tables to scale up that high. ...
    (microsoft.public.security)