<?php $n = 20; $result = bin2hex(random_bytes($n)); echo "Hello from Softhunt.net"; echo $result; ?>