Skip to content

Instantly share code, notes, and snippets.

@kavyasukumar
Last active December 1, 2016 17:04
Show Gist options
  • Save kavyasukumar/d8abbbd960589881d69dcfd483d7f489 to your computer and use it in GitHub Desktop.
Save kavyasukumar/d8abbbd960589881d69dcfd483d7f489 to your computer and use it in GitHub Desktop.
// Encoded Query string parameter
var qsp = "cnJyZGRkZGRkcmRyZHJkcnJyZGRkZGRkcnJycnJyZGRkZGRycmRyZGRkcnJycnJkZGRyZHJ8MTQ3OTQyMjY4OQ==";
// Decoding
var decodedData = atob(qsp);
// decodedData is "rrrddddddrdrdrdrrrddddddrrrrrrdddddrrdrdddrrrrrdddrdr|1479422689"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment