Last active
August 29, 2015 14:20
-
-
Save JavaScript-Packer/ade10f61f6c2c8a2aa63 to your computer and use it in GitHub Desktop.
Being Silly, Decode words by Actually Encoding with Base64, made by a modded Base64 script, demo on http://www.whak.ca/demo/base64-glitch.htm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In JavaScript, this will make an alert: | |
eval(unescape(btoa("jW«·ý¼ÿnÕÈÿm0Ãöy'+B¢jkzË?Ùç(ý»ÿoÝ¿öý").replace(/\57/g,"\45"))); | |
$DJ | |
If you encode the above with Base64 it will give you the word JERK | |
,åD | |
If you encode the above with Base64 it will give you the word LOVE | |
ÛMy | |
If you encode the above with Base64 it will give you numbers 2015 (year) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment