Click here to Skip to main content
16,019,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I searched a lot but i did not find out the exact answer.Help would be appreciable.
Posted

1 solution

That's because you can't do it.

Not because it's Javascript, but simply because MD5 is not an encryption algorithm - it's a hashing algorithm.
The major difference is that encryption can be reversed to get back the original input, hashing can't because it throws away information in order to form a hash value - otherwise we would all send 700MB video files as 128 bit MD5 hashes and "unhash" them at the receiver to play teh "compressed" file. We don't, because you can't. The information you would need is no longer available.
 
Share this answer
 
Comments
Dhirendra Kumar 22-May-14 14:24pm    
Thanks a lot..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900