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-- Phar: encrypted zip --EXTENSIONS-- phar --FILE-- <?php try { new PharData(__D..
Decoded Output download
--TEST--
Phar: encrypted zip
--EXTENSIONS--
phar
--FILE--
<?php
try {
new PharData(__DIR__ . '/files/encrypted.zip');
} catch (Exception $e) {
echo $e->getMessage() . "
";
}
?>
--EXPECTF--
phar error: Cannot process encrypted zip files in zip-based phar "%sencrypted.zip"
Did this file decode correctly?
Original Code
--TEST--
Phar: encrypted zip
--EXTENSIONS--
phar
--FILE--
<?php
try {
new PharData(__DIR__ . '/files/encrypted.zip');
} catch (Exception $e) {
echo $e->getMessage() . "\n";
}
?>
--EXPECTF--
phar error: Cannot process encrypted zip files in zip-based phar "%sencrypted.zip"
Function Calls
None |
Stats
MD5 | 5956321d7532ca93ad58c1a98bccf9b9 |
Eval Count | 0 |
Decode Time | 99 ms |