Skip to content

Instantly share code, notes, and snippets.

@subnetmarco
Created March 8, 2012 00:12
Show Gist options
  • Select an option

  • Save subnetmarco/1997487 to your computer and use it in GitHub Desktop.

Select an option

Save subnetmarco/1997487 to your computer and use it in GitHub Desktop.
hash
// Pseudo-code
HASH = BASE64(PUBLIC_KEY + ":" + HMAC_SHA1(UUID, PRIVATE_KEY) + UUID)
@subnetmarco
Copy link
Author

Thanks, fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment