Re: Why is AES more secure than DES??

From: Paul Crowley (paul_at_JUNKCATCHER.ciphergoth.org)
Date: 04/30/03


Date: Wed, 30 Apr 2003 14:26:50 GMT


"Yuen" <Yuen@123.com> writes:
> But in the case of a brute force attack which proceeds through all possible
> combinations of legal characters in sequence, a longer key doesn't make much
> difference.
> What I mean is "not" guess the key, but like this:
>
> "mypassword123" --> hash data (key), as input key --> encryption (with
> plaintext) -> ciphertext

Did you read the paper I pointed you to which addresses this concern?

http://www.counterpane.com/low-entropy.html

-- 
  __  Paul Crowley
\/ o\ sig@paul.ciphergoth.org
/\__/ http://www.ciphergoth.org/


Relevant Pages

  • Re: Why is AES more secure than DES??
    ... >> combinations of legal characters in sequence, a longer key doesn't make ... So "brute force attack" is guessing all possible key but not the real ...
    (sci.crypt)
  • Re: Why is AES more secure than DES??
    ... ]> compensate for a 10^22 increase in the number of passwords to search ... ]combinations of legal characters in sequence, a longer key doesn't make much ... ]"AAAAAAAAAAB" ...
    (sci.crypt)
  • Re: Why is AES more secure than DES??
    ... But in the case of a brute force attack which proceeds through all possible ... combinations of legal characters in sequence, a longer key doesn't make much ... "AAAAAAAAAAB" ...
    (sci.crypt)
  • Re: Order of evaluation.
    ... > Leor Zolman wrote: ... place at any time before the next sequence point. ... proceeds with the * operation. ... So the evaluation of p++ has to occur first. ...
    (alt.comp.lang.learn.c-cpp)