Generate MD4 Hash using PHP September 29, 2020 PHP 0 Comments 842 Views hash function <?php $text = 'Hello'; $digest = hash('md4', $text); echo $digest;
Leave a Comment
Cancel reply