mobmash.click/lib/security.php

6 lines
81 B
PHP
Raw Normal View History

2024-08-01 19:36:58 +00:00
<?php
function makeCcrfToken(): string {
return bin2hex(random_bytes(8));
}