We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
php -r "echo PHP_EOL . sodium_bin2hex(sodium_crypto_secretbox_keygen()) . PHP_EOL;"
php -r "echo PHP_EOL . bin2hex(random_bytes(32)) . PHP_EOL;"