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