Generate MD2 Hash using PHP November 5, 2020 PHP 0 Comments 565 Views hash function <?php $text = 'Hello'; $digest = hash('md2', $text); echo $digest;
Leave a Comment
Cancel reply