fork(98) download
  1. <?php
  2. $hex = '800C28FCA386C7A227600B2FE50B7CAE11EC86D3BF1FBE471BE89827E19D72AA1D';
  3. echo hash('sha256', hex2bin($hex));
  4. $key = '0C28FCA386C7A227600B2FE50B7CAE11EC86D3BF1FBE471BE89827E19D72AA1D';
  5. $binKey = hex2bin($key);
  6.  
  7. $binKey = hex2bin(80).$binKey;
  8.  
  9. echo hash('sha256', $binKey);
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
8147786c4d15106333bf278d71dadaf1079ef2d2440a4dde37d747ded54035928147786c4d15106333bf278d71dadaf1079ef2d2440a4dde37d747ded5403592