示例#1
0
 public function respondDecrypt($encrypted_respond)
 {
     return quick_decrypt_ECB($this->client_password, $encrypted_respond);
 }
示例#2
0
 public function requestDecrypt($encrypted_request)
 {
     return quick_decrypt_ECB($this->client_password, $encrypted_request);
 }