Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $str = $_POST[base64];
- echo base64_decode($str);
- ?>
- <form action="" method="post">
- Codigo a desencriptar:<br>
- <input type="text" id="base64" name="base64" maxlength="50" size="50">
- <button type="submit" formmethod="post">Desencriptar</button>
- </form>
- <br>
- <br>
- Está es una herramienta basica para desencriptar el bloqueo de links de xat.com
- <BR>
- <BR>
- <BR>
- https://linkvalidator.net/warn.php?p=<B>AQUÍ ESTÁ EL CODIGO ENCRIPTADO EN BASE64</B>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement