The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Bruteforce calculator?

    Discussion in 'Windows OS and Software' started by Hungry Man, Apr 30, 2011.

  1. Hungry Man

    Hungry Man Notebook Virtuoso

    Reputations:
    661
    Messages:
    2,348
    Likes Received:
    0
    Trophy Points:
    55
    Anyone know of a calculator I can run that'll show the security based on modern GPGPU's, multiple computers, and based on the password I input?
     
  2. newsposter

    newsposter Notebook Virtuoso

    Reputations:
    801
    Messages:
    3,881
    Likes Received:
    0
    Trophy Points:
    105
    like a password cracker? Such discussion isn't looked on too kindly here.....
     
  3. Hungry Man

    Hungry Man Notebook Virtuoso

    Reputations:
    661
    Messages:
    2,348
    Likes Received:
    0
    Trophy Points:
    55
    No... not a password cracker. A calculator that shows how long a password would take to bruteforce based on current GPGPU speeds/ number of computers/ strength of password.
     
  4. Hungry Man

    Hungry Man Notebook Virtuoso

    Reputations:
    661
    Messages:
    2,348
    Likes Received:
    0
    Trophy Points:
    55
    Isn't there password entropy and crap like that?
     
  5. HerrKaputt

    HerrKaputt Elite Notebook User

    Reputations:
    444
    Messages:
    2,510
    Likes Received:
    0
    Trophy Points:
    55
    Variables that you need:

    1) How many symbols each "digit" of the password can have. If it's lower-case letters, upper-case letters and numbers only, for example, it's 26+26+10 = 62.
    2) How many "digits" the password can have. If the number of "digits" is variable, it's a bit trickier. If it's fixed, say 8 "digits", then the number of possible passwords if 62^8.
    3) How long it takes to test a password to see if it's right or wrong.

    In the example above, if it takes you a millisecond (= 0.001 seconds) to test each password, you'd take (62^8)*0.001 = 218340105584.896 seconds to test all the passwords, which is over 415441 years.

    I'm clueless however on what the true value of point 3 is given current technology.

    By the way, 256-bit encryption (used in online banking etc) has 2 possible symbols only (0 and 1), and 256 "digits". That's 2^256 which is about 10^77 possible passwords!
     
  6. Hungry Man

    Hungry Man Notebook Virtuoso

    Reputations:
    661
    Messages:
    2,348
    Likes Received:
    0
    Trophy Points:
    55
    Thanks for the info.
     
  7. Baserk

    Baserk Notebook user

    Reputations:
    2,503
    Messages:
    1,794
    Likes Received:
    1
    Trophy Points:
    56
    ' Hammer of God' website password checker does the calculations. link.

    ' Lockdown' website mentions the different classes used on Hammer of God; link
     
  8. Hungry Man

    Hungry Man Notebook Virtuoso

    Reputations:
    661
    Messages:
    2,348
    Likes Received:
    0
    Trophy Points:
    55
    thanks very much! That looks perfect.

    edit: It gives 256 "infinity" but I guess that's all good lol