public function respondDecrypt($encrypted_respond) { return quick_decrypt_ECB($this->client_password, $encrypted_respond); }
public function requestDecrypt($encrypted_request) { return quick_decrypt_ECB($this->client_password, $encrypted_request); }