Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<html> <head> <meta name="csrf-token" content="{{ csrf_token() }}"> <script src="/..

Decoded Output download

<?  <html>
<head>
    <meta name="csrf-token" content="{{ csrf_token() }}">
    <script src="/test-navigate-asset.js?v=123" data-navigate-track></script>
</head>
<body>
    {{ $slot }}

    @stack('scripts')
</body>
</html>


 ?>

Did this file decode correctly?

Original Code

<html>
<head>
    <meta name="csrf-token" content="{{ csrf_token() }}">
    <script src="/test-navigate-asset.js?v=123" data-navigate-track></script>
</head>
<body>
    {{ $slot }}

    @stack('scripts')
</body>
</html>


Function Calls

None

Variables

None

Stats

MD5 22247d9a2a0ec27a95e8c3f85cd93e82
Eval Count 0
Decode Time 109 ms