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