mobmash.click/lib/security.php
2024-08-01 21:36:58 +02:00

5 lines
81 B
PHP

<?php
function makeCcrfToken(): string {
return bin2hex(random_bytes(8));
}