Thread: little php help
View Single Post
Old 10-12-2009, 03:44 PM  
adultpro
Registered User
 
Join Date: Oct 2009
Posts: 28
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.

Last edited by adultpro; 10-12-2009 at 03:46 PM..
adultpro is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote