how can decrypt md5 hase encryption
how can decrypt md5 hase encryption
please tell me algo
and code example
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
Re: how can decrypt md5 hase encryption
Quote:
Originally Posted by
techgnome
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.