Skip to content

Instantly share code, notes, and snippets.

@ngs
Created July 23, 2018 02:22
Show Gist options
  • Save ngs/5028e9bb0de877d5692204d1dac78412 to your computer and use it in GitHub Desktop.
Save ngs/5028e9bb0de877d5692204d1dac78412 to your computer and use it in GitHub Desktop.
btoa([].slice.call(window.crypto.getRandomValues(new Uint8Array(4096))).map((n) => String.fromCharCode(n)).join(''))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment