Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
--TEST-- Test that the value of PASSWORD_DEFAULT matches PASSWORD_BCRYPT --FILE-- <?php ec..
Decoded Output download
--TEST--
Test that the value of PASSWORD_DEFAULT matches PASSWORD_BCRYPT
--FILE--
<?php
echo PASSWORD_DEFAULT . "
";
echo PASSWORD_BCRYPT . "
";
?>
--EXPECT--
2y
2y
Did this file decode correctly?
Original Code
--TEST--
Test that the value of PASSWORD_DEFAULT matches PASSWORD_BCRYPT
--FILE--
<?php
echo PASSWORD_DEFAULT . "\n";
echo PASSWORD_BCRYPT . "\n";
?>
--EXPECT--
2y
2y
Function Calls
None |
Stats
MD5 | 907c7ad43ed368cccf7e8a29b264ff8b |
Eval Count | 0 |
Decode Time | 75 ms |