CakeFest 2024: The Official CakePHP Conference

sodium_crypto_generichash_keygen

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_generichash_keygenGenerate a random generichash key

说明

sodium_crypto_generichash_keygen(): string

Generate a random key for use with the generichash API.

参数

此函数没有参数。

返回值

A random 256-bit key.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top