Generate SHA-512 Hash using PHP November 25, 2020 PHP 0 Comments 1401 Views hash function <?php $text = 'Hello'; $digest = hash('sha512', $text); echo $digest;
Leave a Comment
Cancel reply