Created
August 2, 2018 22:25
-
-
Save quisido/1af78ee85fcd86c391f5ae88fd543b48 to your computer and use it in GitHub Desktop.
Establishing a Secure Password Generator for Your User Base
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var characters = | |
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" + | |
"0123456789`~!@#$%^&*()_-+=[{]}|;:,.<>/?"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment