Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24
  1. #11
    Join Date
    Jun 2006
    Posts
    4,832
    Tokens
    0

    Latest Awards:

    Default

    I have an md5 bruteforcer, it does decrypt. Three letter words take a few minutes, bigger words take years lol.

    So it can be decrypted, but unless you want to waste loads of years of your life, you can't.

  2. #12

    Default

    My advice: Don't bother dycrypting your passwords, its only a dj site..
    And if your sites that prone to attacks i dont even see why you need to unhash people's passwords.. O.o

    You might aswell just reset peoples passwords if they loose it..
    Last edited by Butter'dToast; 09-09-2006 at 06:00 PM.

  3. #13
    Join Date
    Aug 2006
    Location
    Denton, UK
    Posts
    80
    Tokens
    0

    Default

    Quote Originally Posted by Zengo View Post
    I have an md5 bruteforcer, it does decrypt. Three letter words take a few minutes, bigger words take years lol.

    So it can be decrypted, but unless you want to waste loads of years of your life, you can't.
    How can it be 'decrypted' when it is not an encryption? MD5 is a cryptographic hash which converts your password. As Mentor said a Bruteforcer or 'MD5 Decrypter' searches for the same strings of some sort.

    If you want to make passwords encrypted so they're decrypted then use a Sha1 encryptions bit.

    http://en.wikipedia.org/wiki/MD5

  4. #14
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    Quote Originally Posted by Motion View Post
    lol entor it can be decrypted..
    Hash = NOT encripted. You cant decript somthing thats not encripted...
    Quote Originally Posted by Butter'dToast View Post
    No, it can be decrypted
    No it cant
    Quote Originally Posted by Zengo View Post
    I have an md5 bruteforcer, it does decrypt. Three letter words take a few minutes, bigger words take years lol.
    Thats not decripting.. thats called brute forceing, you may have guessed from the name of Bruteforcer..

    Look can people stop posting here if they aint got a clue what there on about and are just going to make stupid and idiotic remarks? Makeing yourselfs look like morons isnt acutaly essental...
    Last edited by Mentor; 10-09-2006 at 01:10 PM.

  5. #15
    Join Date
    Jul 2006
    Posts
    202
    Tokens
    0

    Default

    It does decrypt get your facts right..
    Pssht

  6. #16
    Join Date
    Aug 2006
    Location
    Denton, UK
    Posts
    80
    Tokens
    0

    Default

    Quote Originally Posted by Motion View Post
    It does decrypt get your facts right..
    How then please. The fact that it is a Hash not an encryption would make that rather difficult.

    "Technically, MD5 cannot be decrypted, as it's not encryted data, but a hash of the data.

    You can, however, generate collisions - finding different strings which give the same MD5 hash."

    That is what someone in a PHP Application Design forum said, so it cannot be decrypted as it's not an encrypted data.

  7. #17
    Join Date
    Jun 2006
    Posts
    4,832
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by 01101101entor View Post
    Hash = NOT encripted. You cant decript somthing thats not encripted...

    No it cant

    Thats not decripting.. thats called brute forceing, you may have guessed from the name of Bruteforcer..

    Look can people stop posting here if they aint got a clue what there on about and are just going to make stupid and idiotic remarks? Makeing yourselfs look like morons isnt acutaly essental...
    Yes, but it is decrypts the md5 encryption into readable text.

  8. #18
    Join Date
    Jul 2006
    Posts
    202
    Tokens
    0

    Default

    It does encrypt the MD5 what you all on about FGS!
    Pssht

  9. #19
    Join Date
    Jun 2006
    Posts
    4,832
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Motion View Post
    It does encrypt the MD5 what you all on about FGS!
    Huh, you mean decrypt? Encryption is simple, decryption is hard.

  10. #20
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    My god, some of you are stupid. Geek appears to be the only one here with a clue what hes on about.

    Ok, let me exsplain. On a computer we encode data. Aka data is reprisnted in binary form, be it ascii for text, or by any other means, for images, sound, video or what ever else.
    Encription, is then when we put data in to a form when its not readable.

    Say we do a simple ceaser encription

    Hello People << normal

    ifmmp qfpqmf <<encripted.

    Decription then works by doing the encription backwards, aka we shift it to the left as opposed to the right. Hence we get back are orignal unencripted text "Hello People"

    Very easy.

    Md5 though is NOT an encription, it is a fixed lengh one way hash. Since its not encripted, it cant be decripted. Since its a one way hash, it cant be worked out by any other way.

    You can only decript something thats Encripted. Since md5 isnt incripted YOU CAN NOT DECRIPT IT.
    A hash table may be able to work out the orignal text from an md5 hash, but not by decripting it, by looking it up. as decription is still impossible. Since it was never encripted to start with.

    futher reading..
    http://en.wikipedia.org/wiki/MD5
    http://www.reference.com/browse/wiki/MD5
    http://www.answers.com/topic/md5
    http://www.renewdata.com/hash-values.php

    NO stop makeing yourslef look like ******s, get a clue, and stop saying such moronic things on a subject you obvuosly know abosulty nothing about.

Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •