Source Code:
(back to article)
<?php $token = bin2hex(random_bytes(32)); echo $token;
Result:
Report an issue