How to retrieve original string back from hashed string using string_hash()?

7 Jun
2010
7 Jun
'10
5:01 a.m.
Hi, I can hash a string using string_hash(), is there any function available to get back the string value back by supplying hash value? Thanks, Sumit

7 Jun
7 Jun
12:08 p.m.
On Mon, 7 Jun 2010 01:01:17 -0400, "Tiwari, Sumit [Tech]" <Sumit.Tiwari@gs.com> wrote:
Hi,
I can hash a string using string_hash(), is there any function available to get back the string value back by supplying hash value?
First, such a question would be more appropriate at boost-users. That said, no. Almost by definition, a hash function is destructive, and there's no way to recreate the original data. Sebastian
5482
Age (days ago)
5482
Last active (days ago)
1 comments
2 participants
participants (2)
-
Sebastian Redl
-
Tiwari, Sumit [Tech]