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