ZUX Hub

random_bytes ID

Snippetsphp → random-bytes

php/random-bytes

Erzeugt eine sichere, zufällige ID.

php security random

$id = bin2hex(random_bytes(16));
echo $id;

← zurück