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