fork download
  1. <?php
  2.  
  3. // your code goes here
  4. $token = "4321";
  5. $date = "2024-12-11";
  6.  
  7. $checksum = sha1($token.md5($date));
  8.  
  9. echo $checksum;
  10.  
Success #stdin #stdout 0.02s 25692KB
stdin
Standard input is empty
stdout
77240642e7e4b1cf915cef1f1f2dcb9a70250179