What do you mean by reverse? Are you talking about an algorithmic reversal or the possibility of reverse engineering?
For an algorithmic reversal, the reverse would be taking the output contained in $domain, running it through mcrypt_encrypt() using the same key, IV, and mode, then running the output from that through a bin2hex function.
As for reverse engineering, you have no worries about anything provided your key and IV are secure.
|