Skip to content

Instantly share code, notes, and snippets.

@JavaScript-Packer
Last active August 29, 2015 14:20
Show Gist options
  • Save JavaScript-Packer/ade10f61f6c2c8a2aa63 to your computer and use it in GitHub Desktop.
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
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