Question
Flash MD5 encryption ..how to read in php?
Hello,
When you want to secure your variables that are send with POST or GET to an php script
for example you can do this encrypted with the MD5 mehtod.
But how do you encrypt this back in PHP to it's original value?
Or is this not the right way to do this?
When you want to secure your variables that are send with POST or GET to an php script
for example you can do this encrypted with the MD5 mehtod.
But how do you encrypt this back in PHP to it's original value?
Or is this not the right way to do this?