Skip to content

Instantly share code, notes, and snippets.

@blissdev
Created October 27, 2014 21:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blissdev/8a5993b48cc728c418fb to your computer and use it in GitHub Desktop.
Save blissdev/8a5993b48cc728c418fb to your computer and use it in GitHub Desktop.
Client ID Generator
echo substr(hash('sha256', time()), 0, 32);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment