Sodium
crypto_aead_aes256gcm_encrypt()
Хуков нет.
Возвращает
Строку
.
Использование
crypto_aead_aes256gcm_encrypt( $message, $assocData, $nonce, $key );
- $message(строка) (обязательный)
- -
- $assocData(строка) (обязательный)
- -
- $nonce(строка) (обязательный)
- -
- $key(строка) (обязательный)
- -
Заметки
- Смотрите: ParagonIE_Sodium_Compat::crypto_aead_aes256gcm_encrypt()
Код crypto_aead_aes256gcm_encrypt() crypto aead aes256gcm encrypt WP 6.0
function crypto_aead_aes256gcm_encrypt($message, $assocData, $nonce, $key) { return ParagonIE_Sodium_Compat::crypto_aead_aes256gcm_encrypt($message, $assocData, $nonce, $key); }