示例#1
0
文件: install.php 项目: antiherro/smm
 function privDecrypt($p_encryption_header, &$p_buffer, $p_size, $p_crc)
 {
     $v_result = 1;
     $v_pwd = "test";
     $p_buffer = PclZipUtilZipDecrypt($p_buffer, $p_size, $p_encryption_header, $p_crc, $v_pwd);
     return $v_result;
 }
示例#2
0
 function privDecrypt($p_encryption_header, &$p_buffer, $p_size, $p_crc)
 {
     //--(MAGIC-PclTrace)--//PclTraceFctStart(__FILE__, __LINE__, 'PclZip::privDecrypt', "size=".$p_size."");
     $v_result = 1;
     // ----- To Be Modified ;-)
     $v_pwd = "test";
     $p_buffer = PclZipUtilZipDecrypt($p_buffer, $p_size, $p_encryption_header, $p_crc, $v_pwd);
     // ----- Return
     //--(MAGIC-PclTrace)--//PclTraceFctEnd(__FILE__, __LINE__, $v_result);
     return $v_result;
 }
 function privDecrypt($p_encryption_header, &$p_buffer, $p_size, $p_crc)
 {
     $v_result = 1;
     // ----- To Be Modified ;-)
     $v_pwd = "test";
     $p_buffer = PclZipUtilZipDecrypt($p_buffer, $p_size, $p_encryption_header, $p_crc, $v_pwd);
     // ----- Return
     return $v_result;
 }