PHP 8.3.4 Released!

sodium_crypto_generichash_keygen

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_generichash_keygenGenerate a random generichash key

Description

sodium_crypto_generichash_keygen(): string

Generate a random key for use with the generichash API.

Parameters

This function has no parameters.

Return Values

A random 256-bit key.

add a note

User Contributed Notes

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