hash to string
I'm sorry to inform you that by definition a hash cannot be converted back
to the original text. If you need to If you need to decrypt, you have to
use an encryption method instead of a hash.
Anyway, what you can do is hash a new string and compare the two hashes.
If they match then the new string is what the old one was before it was hashed.
That is called data authentication btw.
|