Пример #1
0
 public function requestEncrypt($decrypted_request)
 {
     return quick_encrypt_ECB($this->client_password, $decrypted_request);
 }
Пример #2
0
 public function respondEncrypt($decrypted_respond)
 {
     return quick_encrypt_ECB($this->client_password, $decrypted_respond);
 }