... public function encrypt($data) { $cryptText = openssl_encrypt($data,"aes-256-cbc",$this->key ,OPENSSL_RAW_DATA,$this->iv); return ...
確定! 回上一頁