i need a decoding algorithm of SHA-512?

7 views (last 30 days)
please suggest me... if decoding algorithm is not available then please tell me how can i decode the hash value generated by coding algorithm?

Accepted Answer

Jan
Jan on 6 Jun 2013
You cannot decode a hash. This is the purpose of hashes.
Note that a 512-bit hash is not unique, when it is calculated for a message with 513 or more bits.
  8 Comments
Jan
Jan on 7 Jun 2013
Edited: Jan on 7 Jun 2013
Yes, even after relaoding the above comment is still there. Strange! So I try it again:
@Walter: Yes, you are right. My message is really too sloppy. A short message can be reconstructed from the hash, but this consumes much time and a brute-force-attack is a fair approach. But decoding is not the intention of hashes.
Using "purpose" as synonym for "not the intention" was not smart.

Sign in to comment.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!