Page 1 of 1

md5

Posted: Sat Sep 24, 2011 1:10 am
by mnewman
how can i convert the index into a normal value or back to its original value that is already converted into md5() ??

Re: md5

Posted: Sat Sep 24, 2011 4:34 am
by twinedev
md5() is a hashing function which is ONE WAY only. You cannot get back the original value from it. For that you would need something that encodes it or (if need to be hidden if found) encrypted.

What type of index are you taking about and what are you needing it as a "normal value" vs. "original value"?

-Greg