Guest User

Untitled

a guest
Jul 16th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function Base64_HaXxString1($Var) {
  2. $hax0rstring = base64_encode("<script>document.write(\"$Var\")</script>");
  3. echo "Encoded String: data:text/html;base64,".$hax0rstring. "\n";
  4. $decoded = base64_decode($hax0rstring);
  5. echo "Decoded String: ". htmlentities($decoded);
  6. }
Add Comment
Please, Sign In to add comment