Skip to content

Instantly share code, notes, and snippets.

@pixeldesu
Created March 22, 2015 13:59
Show Gist options
  • Save pixeldesu/aceb23de88487e00d617 to your computer and use it in GitHub Desktop.
Save pixeldesu/aceb23de88487e00d617 to your computer and use it in GitHub Desktop.
What is TDE doing with the encrypted UUID?
$.ajax( "https://dangeredwolf.com/tdedb/check.php?regname=" + GetPreferencesIdentifierFromCrypto())
.done(function(meh) {
if (meh === "No") {
ShouldUpgrade = true;
setTimeout(DisplayMigrateUI1,500);
} else {
console.log("Welcome back! <3");
}
})
.fail(function() {
console.log("An error occurred contacting dangeredwolf.com");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment