1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

md5 Decryption

Discussion in 'General Business' started by look4guna, Jan 17, 2011.

  1. #1
    Hi,

    I need to decrypt md5 hash. How can i do that? sites like md5decrypter gives text that matches the hash. What is the technique used by them?

    I've read it is encrypted hash with salt, so when we combine these two and if matches found we get the clear text. but i'm not familiar with salt&encrypted hash and all...

    any body can give me an idea? Thanks.
     
    look4guna, Jan 17, 2011 IP
  2. cdesigner

    cdesigner Peon

    Messages:
    318
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You'll need a decrypter script to do that!
    check this out
    MD5decrypter
    Screenshot
    [​IMG]
     
    cdesigner, Jan 23, 2011 IP
  3. wpconfig

    wpconfig Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It's not an encryption function, it's a hashing function. With some luck it can be decrypted (if you find collisions, use vulnerabilities or if you used a weak salt), but generally it needs a brute-force attack. Try some 'decrypter' (it's actually called reversing) like above, if it doesn't work you probably are out of luck.
     
    wpconfig, Jan 23, 2011 IP