Skip to content

Instantly share code, notes, and snippets.

@SignpostMarv
Last active December 17, 2015 15:09
Show Gist options
  • Select an option

  • Save SignpostMarv/5629967 to your computer and use it in GitHub Desktop.

Select an option

Save SignpostMarv/5629967 to your computer and use it in GitHub Desktop.
Function to generate a password
(function(){var a='';for(var b=0;b<16;++b){a+=String.fromCharCode(Math.random()*93+33)}return a})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment