codecamp

PHP8 sodium_crypto_aead_aes256gcm_keygen

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_aead_aes256gcm_keygen — 生成随机AES-256-GCM密钥

说明

sodium_crypto_aead_aes256gcm_keygen(): string

生成一个用于 sodium_crypto_aead_aes256gcm_encrypt() 和 sodium_crypto_aead_aes256gcm_decrypt() 的随机密钥。

参数 

此函数没有参数。

返回值 

返回一个 256 位随机密钥。


PHP8 sodium_crypto_aead_aes256gcm_is_available
PHP8 sodium_crypto_aead_chacha20poly1305_decrypt
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定