Generate SHA-224 Hash using PHP December 31, 2020 PHP 0 Comments 621 Views hash function <?php $text = 'Hello'; $digest = hash('sha224', $text); echo $digest;
Leave a Comment
Cancel reply