sodium_crypto_aead_aegis256_keygen

(PHP 8 >= 8.4.0)

sodium_crypto_aead_aegis256_keygenGenerate a random AEGIS-256 key

Description

sodium_crypto_aead_aegis256_keygen(): string

Generate a random key for use with sodium_crypto_aead_aegis256_encrypt() and sodium_crypto_aead_aegis256_decrypt().

Parameters

This function has no parameters.

Return Values

Returns a 256-bit random key.

See Also

add a note

User Contributed Notes

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