php加密
function encrypt($data,$key)
{
//$key必须为32位字符串
$cipher = "AES-256-ECB";
if (in_array($cipher, openssl_get_cipher_methods(
php加密
function encrypt($data,$key)
{
//$key必须为32位字符串
$cipher = "AES-256-ECB";
if (in_array($cipher, openssl_get_cipher_methods(
微信扫码登录