Results 1 to 3 of 3

Thread: how can decrypt md5 hase encryption

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2010
    Posts
    24

    Post how can decrypt md5 hase encryption

    how can decrypt md5 hase encryption
    please tell me algo
    and code example

    My Code Project
    Gsm Flashing cable finder

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: how can decrypt md5 hase encryption

    md5 is a hash... not an encryption... so there isn't a way to undo it. It's a one-way hash... that's kind of the point and why it gets used for storing passwords.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3
    New Member
    Join Date
    Nov 2011
    Posts
    1

    Re: how can decrypt md5 hase encryption

    Quote Originally Posted by techgnome View Post
    md5 is a hash... not an encryption... so there isn't a way to undo it. It's a one-way hash... that's kind of the point and why it gets used for storing passwords.

    -tg
    not true, sha1,sha256 and sha512 are all hashes yet i can decrypt most-all of them.. (sha1 and 256 is down. working on 512)... all a matter of time.

Posting Permissions

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



Click Here to Expand Forum to Full Width