hashing algorithm implementation in php code example
Example: php hash
<?php
echo hash('ripemd160', 'The quick brown fox jumped over the lazy dog.');
?>
<?php
echo hash('ripemd160', 'The quick brown fox jumped over the lazy dog.');
?>