phpCopy<?php echo "Output-1: ",bin2hex(random_bytes(10))," "; echo "Output-2: ",bin2hex(random_bytes(20))," "; echo "Output-3: ",bin2hex(random_bytes(24))," "; ?>