Created
March 22, 2015 12:25
-
-
Save pixeldesu/81692fcdda621d72212a to your computer and use it in GitHub Desktop.
Where TweetDeck Enhancer uses CryptoJS
This file contains 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
function GetPreferencesIdentifierFromCrypto() { | |
if (typeof CryptoJS !== "undefined") { | |
return CryptoJS.SHA3(TD.storage.store._backend.guestID); // 512 bit SHA-3? yes please | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment