예제 #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;
 }
예제 #3
0
 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;
 }