Generate SHA3-512 Hash using PHP December 14, 2020 PHP 0 Comments 1059 Views hash function <?php $text = 'Hello'; $digest = hash('sha3-512', $text); echo $digest;
Leave a Comment
Cancel reply