Published in: PHP
function encrypt( $string ) { $key = 'BXcfTYewQ'; $result = ''; { $result .= $char; } return $result; } function decrypt( $string ) { $key = 'BXcfTYewQ'; $result = ''; { $result .= $char; } return $result; }
You need to login to post a comment.
