<?php

$bytes = random_bytes(20);
var_dump(bin2hex($bytes));

// your code goes here
