04.07.2011, 02:24
Quote:
Yeh, but how can I put the password to Whirlpool? (encrypt) or something
|
PHP код:
function whirlpool( $string )
return hash( 'whirlpool', $string );
Ex:
echo whirlpool( "Hello World" );
Yeh, but how can I put the password to Whirlpool? (encrypt) or something
|
function whirlpool( $string )
return hash( 'whirlpool', $string );
Ex:
echo whirlpool( "Hello World" );