/ Published in: PHP
Expand |
Embed | Plain Text
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.
