Re: Double hashing with salt....
posted it earlier hun
yeah i see it's registered on the php site but tried using it has a simple
echo whirlpool('text');
results in
ill do more research, thanks Nyna
EDITED
<?php
echo hash( 'whirlpool', 'hash' );
?>
Was not so difficult found it within 2 mins of searching that is correct right?