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='2d4f4793d9672df9eb341d2d518c96b7474ca8816f1c07fd7809384dc0bf669c'; $salt='0c98480..

Decoded Output download

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

Did this file decode correctly?

Original Code

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

Function Calls

hash 1

Variables

$salt 0c98480394538a683899a34c8ec1d8dba41b8c2ac3cf55c67ad28ff7c0fc..
$nonce 2d4f4793d9672df9eb341d2d518c96b7474ca8816f1c07fd7809384dc0bf..

Stats

MD5 e5df59034e834d54efd49874a2e88575
Eval Count 0
Decode Time 47 ms