Generate SHA3-224 Hash using PHP January 1, 2021 PHP 0 Comments 583 Views hash function <?php $text = 'Hello'; $digest = hash('sha3-224', $text); echo $digest;
Leave a Comment
Cancel reply