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