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

Signing you up...

Thank you for signing up!

PHP Decode

<script type="text/javascript"> document.querySelectorAll('a').forEach(link => link.h..

Decoded Output download

<?  <script type="text/javascript"> 
    document.querySelectorAll('a').forEach(link => link.href = `${btoa('verysecurepassword')}.html`) 
</script> 
 ?>

Did this file decode correctly?

Original Code

<script type="text/javascript">
    document.querySelectorAll('a').forEach(link => link.href = `${btoa('verysecurepassword')}.html`)
</script>

Function Calls

None

Variables

None

Stats

MD5 425c5d31b6fc515ae3c2fc1eabbcdc6d
Eval Count 0
Decode Time 42 ms