PHP 8.1.28 Released!

sodium_crypto_stream_xchacha20_keygen

(PHP 8 >= 8.1.0)

sodium_crypto_stream_xchacha20_keygenReturns a secure random key

Description

sodium_crypto_stream_xchacha20_keygen(): string

Returns a secure random key for use with sodium_crypto_stream_xchacha20().

Parameters

This function has no parameters.

Return Values

Returns a 32-byte secure random key for use with sodium_crypto_stream_xchacha20().

add a note

User Contributed Notes

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