Source Code:
(back to article)
<?php $n = 20; $result = bin2hex(random_bytes($n)); echo $result; ?>
Result:
Report an issue