Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$password_bytes = random_bytes(16); $password = base64_encode($password_bytes); //crypt ..
Decoded Output download
<? $password_bytes = random_bytes(16);
$password = base64_encode($password_bytes);
//crypt
$pwd = crypt($password, '$6$pistontn$');
// host name ?>
Did this file decode correctly?
Original Code
$password_bytes = random_bytes(16);
$password = base64_encode($password_bytes);
//crypt
$pwd = crypt($password, '$6$pistontn$');
// host name
Function Calls
random_bytes | 1 |
Stats
MD5 | b3ba40ebed1c2a1a67c84e34b35b2851 |
Eval Count | 0 |
Decode Time | 51 ms |