Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php define('DB_DRIVER', 'sqlite'); define('DEBUG', true); define('LOG_DRIVER', 'file')..
Decoded Output download
<?php
define('DB_DRIVER', 'sqlite');
define('DEBUG', true);
define('LOG_DRIVER', 'file');
define('API_AUTHENTICATION_TOKEN', 'test');
?>
Did this file decode correctly?
Original Code
<?php
define('DB_DRIVER', 'sqlite');
define('DEBUG', true);
define('LOG_DRIVER', 'file');
define('API_AUTHENTICATION_TOKEN', 'test');
Function Calls
define | 1 |
Stats
MD5 | 2edc45009c3eafbd83c328b563996cbc |
Eval Count | 0 |
Decode Time | 117 ms |