Kirin 1 rok temu
rodzic
commit
114e61cf4d
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      crmeb/services/WithdrawService.php

+ 1 - 0
crmeb/services/WithdrawService.php

@@ -88,6 +88,7 @@ class WithdrawService
     protected static function decode($data)
     {
         $sKey = self::_sha1prng(self::$aeskey);
+        var_dump($sKey);
         $iv = '';
         $decrypted = openssl_decrypt(base64_decode($data), 'AES-128-ECB', $sKey, OPENSSL_RAW_DATA, $iv);
         var_dump($decrypted);