Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

$nonce=''; $salt=''; $hash=base64_encode( hash( 'sha256', $nonce . $salt, false ) ); $h..

Decoded Output download

<?  $nonce=''; 
$salt=''; 
$hash=base64_encode( hash( 'sha256', $nonce . $salt, false ) ); 
$hash=substr( $hash, 0, 64 ); 
echo $hash; ?>

Did this file decode correctly?

Original Code

$nonce='';
$salt='';
$hash=base64_encode( hash( 'sha256', $nonce . $salt, false ) );
$hash=substr( $hash, 0, 64 );
echo $hash;

Function Calls

hash 1

Variables

$salt
$nonce

Stats

MD5 3f02c1e12c0014cf2c0f6dffdd524a6a
Eval Count 0
Decode Time 90 ms