fork download
  1. <?php
  2.  
  3. $bytes = random_bytes(20);
  4. var_dump(bin2hex($bytes));
  5.  
  6. // your code goes here
  7.  
Success #stdin #stdout 0.04s 26024KB
stdin
Standard input is empty
stdout
string(40) "04c1a632eaf2c46cad0a310e3974d8b8fb1474cd"