add clear
This commit is contained in:
@@ -357,6 +357,7 @@ abstract class Base
|
|||||||
|
|
||||||
$aesCipher = base64_decode($encryptedData);
|
$aesCipher = base64_decode($encryptedData);
|
||||||
|
|
||||||
|
flush();
|
||||||
$result = openssl_decrypt($aesCipher, "AES-128-CBC", $aesKey, 1, $aesIV);
|
$result = openssl_decrypt($aesCipher, "AES-128-CBC", $aesKey, 1, $aesIV);
|
||||||
$dataObj = json_decode($result);
|
$dataObj = json_decode($result);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user