Skip to content

Instantly share code, notes, and snippets.

@quisido
Created August 2, 2018 22:25
Show Gist options
  • Save quisido/1af78ee85fcd86c391f5ae88fd543b48 to your computer and use it in GitHub Desktop.
Save quisido/1af78ee85fcd86c391f5ae88fd543b48 to your computer and use it in GitHub Desktop.
Establishing a Secure Password Generator for Your User Base
var characters =
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" +
"0123456789`~!@#$%^&*()_-+=[{]}|;:,.<>/?";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment