Snippets → php → random-bytes
Erzeugt eine sichere, zufällige ID.
$id = bin2hex(random_bytes(16)); echo $id;
← zurück