Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?php
  2.  
  3. $string = "30c47161-74fa-4523-bedf-fec2b0ecc58a0000002131979000975F4EA7A4170C53E05400144FF98E94";
  4. $hasnya = hash('sha256', $string);
  5. echo "Has sha256 : " . $hasnya;
  6. echo "<br>";
  7. echo "Formant Hex : " . bin2hex($hasnya);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement