Hi everyone,
One of my friend asked me about decoding the hash value. When I searched in internet, I found one hash decrypter. But it is having very limited decryption technique like only chars in plain text.
For online MD5 Encoder:
http://7thspace.com/webmaster_tools/online_md5_encoder.html
Any how, you can try these decoders
http://www.tmto.org/pages/passwordtools/hashcracker/
http://md5.noisette.ch/
Anyway, once you insert some new string hash value in database, then it will display. Else if you put your new string with special characters and all. Then it won't work.
Happy Decoding !!!
Please write your comments and feedback.
Subscribe to:
Post Comments (Atom)
Featured Post
Java Introdcution
Please send your review and feedback to psrdotcom@gmail.com
-
Hi all, Today, I'll explain how to uninstall completely the openjdk from the RedHat Enterprise Linux (RHEL) machine. Some of the sof...
-
Hi folks, Today we are going to see, how we can run or deploy the Go (Golang) project in IIS. Development Create your Golang project with w...
-
Hi friends, I have updated my Aadhaar details from Aadhaar update center. It is mentioned that within 72 hours, my details will be update...
1 comment:
MD5 hash is not reversible. It is not possible to exactly reverse an md5 hash. Those links are more than likely sites that have a standard set of basic type passwords and their relevant md5 hashes so all they do is look up a database and see if your hash has been listed in there. If so, it will tell you what the password is. This is ok for simple/easy passwords usually only plain text ones as well but try any difficult password and you won't find a reversed hash anywhere.
Post a Comment