Generate SHA-1 Hash using PHP September 16, 2020 PHP 0 Comments 636 Views sha1 function <?php $text = 'Hello'; $digest = sha1($text); echo $digest;
Leave a Comment
Cancel reply