Re: brute-force estimation




Richard Revis wrote:
"Elenhil" <elenhil@xxxxxxxxx> wrote in message
news:1140599172.853058.63330@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Say, I have a 20 character long password consisting of latin
characters (capital and lower-case), numbers and basic punctuation.
That is roughly 80 symbols to play with.

How many combinations one must look through from 1 to 20 (the exact
length is unknown) with unoptimized brute force?

I'm ashamed to admit that I haven't done any mathematics more complicated
than adding up my shopping bill since the second year of University, but I
don't think the problem is as complicated as you are making it.

Assuming 80 valid symbols in the password field and a length of exactly 20
with no limitation on the number of repeats of symbols the number of
combinations is 20^80.

If the password can be of any length up to 20 characters then the number of
combinations is 20^80+19^80+...+1^80.

you got the base backwards. It's 80^20. But otherwise sounds right
[right idea that is] so far.
Tom

.



Relevant Pages

  • Re: brute-force estimation
    ... characters, numbers and basic punctuation. ... Assuming 80 valid symbols in the password field and a length of exactly 20 ... As for your second point - yes the maximum time for decryption of a message* ... output - otherwise you can't be sure that you have the correct message. ...
    (sci.crypt)
  • Re: Dial-Up Connection Problem In Internet Explorer 6
    ... Internet Explorer. ... Tab-Settings-and look at the Password field to discover that it has too many ... characters in it, so I change it to the correct password and click OK and OK ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: VB Code to validate password strength
    ... The password field should be matching this rules before it is submitted ... Password should not contain characters which repeat. ... Hey, what can I say... ...
    (microsoft.public.vb.general.discussion)
  • VB Code to validate password strength
    ... Can anyone tell me or point me to a code which validates the password ... The password field should be matching this rules before it is submitted ... Password should not contain characters which repeat. ...
    (microsoft.public.vb.general.discussion)
  • Re: [IBM-MAIN] Autoskip bit in logon panels (Was APAR OA16111, BlueZone,
    ... mixed-case, numerics, and special characters. ... But the password field in VM full ... Does VM line editing apply? ...
    (bit.listserv.ibm-main)