//解密代码
function decrypt($str,$key){$decrypt = openssl_decrypt($str, 'AES-128-ECB', $key,0); // 解密
return $decrypt;
}
//密文UBcm652SRaSsc3sU8qDLbhWedridID6+cSmJM7DcKP85N6f/An9VWgDt4YIdZ25p
//明文{"shjh":"18482579354@","mima":"123456a"}
//密码1111111111111111
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号