$iv = openssl_random_pseudo_bytes(16); $hash = openssl_encrypt($raw, "AES-128-CBC", $hashing_secret, OPENSSL_RAW_DATA, $iv); // send $iv.
確定! 回上一頁