PHP : $encrypted = openssl_encrypt($textToEncrypt, 'aes-256-cbc', $key, 0, $iv); // PHP is very permissive about using strings and binary ...
確定! 回上一頁